We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0491e9 + e88acb8 commit 04b8e96Copy full SHA for 04b8e96
.github/workflows/all-pr-tests.yml
@@ -27,7 +27,7 @@ jobs:
27
# Name the job in the matrix
28
name: "PR Tests PHP ${{ matrix.php }} WordPress ${{ matrix.wordpress }}"
29
steps:
30
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
31
32
- name: Run General Tests
33
# See https://github.com/alleyinteractive/action-test-general for more options
.github/workflows/playwright.yml
@@ -9,7 +9,7 @@ jobs:
9
timeout-minutes: 60
10
runs-on: ubuntu-latest
11
12
13
- uses: actions/setup-node@v4
14
with:
15
node-version: lts/*
0 commit comments