There was an error while loading. Please reload this page.
2 parents c848b9d + 3f92959 commit b7f7eabCopy full SHA for b7f7eab
.github/workflows/all-pr-tests.yml
@@ -31,7 +31,7 @@ jobs:
31
# Name the job in the matrix
32
name: "PR Tests PHP ${{ matrix.php }} WordPress ${{ matrix.wordpress }}"
33
steps:
34
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
35
36
- name: Run General Tests
37
# See https://github.com/alleyinteractive/action-test-general for more options
.github/workflows/update-changelog.yml
@@ -10,7 +10,7 @@ jobs:
10
11
12
- name: Checkout code
13
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
14
with:
15
ref: main
16
0 commit comments