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.
1 parent 59faa5a commit 3bb1dccCopy full SHA for 3bb1dcc
.github/workflows/build-production-zip.yml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: ubuntu-latest
7
steps:
8
- name: Check out code
9
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
10
- name: npm install and build
11
run: |
12
npm ci
.github/workflows/release-to-wp-org.yml
@@ -8,7 +8,7 @@ jobs:
- name: Checkout code
13
14
.github/workflows/update-wordpress-readme.yml
name: Push to WordPress.org
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
0 commit comments