Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
d429ad9
Merge pull request #1 from WordPress/master
kebbet Jan 24, 2021
adf0cac
Merge branch 'master' of https://github.com/kebbet/wordpress-develop
kebbet Jan 25, 2021
c970ad4
Merge branch 'WordPress:master' into master
kebbet Oct 8, 2021
3b6d1c4
Merge branch 'WordPress:master' into master
kebbet Oct 12, 2021
de54168
Merge branch 'WordPress:master' into master
kebbet Oct 22, 2021
ed89440
Merge branch 'WordPress:master' into master
kebbet Nov 2, 2021
61cb1b0
Merge branch 'WordPress:master' into master
kebbet Nov 6, 2021
7bb3265
Merge branch 'WordPress:master' into master
kebbet Nov 8, 2021
82bc6db
Merge branch 'WordPress:master' into master
kebbet Nov 8, 2021
e6ed1da
Merge branch 'WordPress:trunk' into trunk
kebbet Nov 8, 2021
28b6261
Merge branch 'WordPress:trunk' into trunk
kebbet Nov 15, 2021
c479d88
Merge branch 'WordPress:trunk' into trunk
kebbet Nov 15, 2021
a273f55
Merge branch 'WordPress:trunk' into trunk
kebbet Nov 19, 2021
22e9d47
Merge branch 'WordPress:trunk' into trunk
kebbet Nov 29, 2021
49e6298
Merge branch 'WordPress:trunk' into trunk
kebbet Nov 30, 2021
e4ca54e
Merge branch 'WordPress:trunk' into trunk
kebbet Nov 30, 2021
b519dd9
Merge branch 'WordPress:trunk' into trunk
kebbet Dec 1, 2021
53d0059
Merge branch 'WordPress:trunk' into trunk
kebbet Dec 2, 2021
24f753b
Merge branch 'WordPress:trunk' into trunk
kebbet Dec 8, 2021
ffa3216
Merge branch 'WordPress:trunk' into trunk
kebbet Dec 11, 2021
246fe01
Merge branch 'WordPress:trunk' into trunk
kebbet Dec 14, 2021
f03d6e4
Merge branch 'WordPress:trunk' into trunk
kebbet Dec 20, 2021
815f235
Merge branch 'WordPress:trunk' into trunk
kebbet Dec 26, 2021
4bcecb7
Bump actions/setup-node from 2.4.1 to 2.5.1
dependabot[bot] Dec 29, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
svn --version

- name: Install NodeJS
uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c # v2.4.1
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 # v2.4.1
with:
node-version: 14
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/end-to-end-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
locale -a

- name: Install NodeJS
uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c # v2.4.1
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 # v2.4.1
with:
node-version: 14
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/javascript-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
svn --version

- name: Install NodeJS
uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c # v2.4.1
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 # v2.4.1
with:
node-version: 14
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpunit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.4.0

- name: Install NodeJS
uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c # v2.4.1
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 # v2.4.1
with:
node-version: 14
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
locale -a

- name: Install NodeJS
uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c # v2.4.1
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 # v2.4.1
with:
node-version: 14
cache: npm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
svn --version

- name: Install NodeJS
uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c # v2.4.1
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 # v2.4.1
with:
node-version: 14
cache: npm
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
svn --version

- name: Install NodeJS
uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c # v2.4.1
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 # v2.4.1
with:
node-version: 14
cache: npm
Expand Down