Skip to content

Commit 8f8a332

Browse files
Bump actions/checkout from 3 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d3eb49e commit 8f8a332

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-zip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout files
11-
uses: actions/checkout@v4
11+
uses: actions/checkout@v6
1212
- name: Create zip
1313
run: |
1414
git archive --format=zip --worktree-attributes -9 -o ${{ github.event.repository.name }}.zip HEAD

.github/workflows/prepare-release-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Checkout the code
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v6
3030
with:
3131
token: ${{ secrets.GH_BOT_PUSH }}
3232
- name: Maybe use the version number from inputs

.github/workflows/tests-plugin-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v6
1515

1616
- name: Run plugin check
1717
uses: wordpress/plugin-check-action@v1

.github/workflows/wordpress-plugin-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
shell: bash
1212
run: echo "PLUGIN_VERSION=$(jq -r .version package.json)" >> $GITHUB_ENV
1313
- name: Checkout the code
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v6
1515
- name: WordPress Plugin Deploy
1616
uses: 10up/action-wordpress-plugin-deploy@master
1717
env:

.github/workflows/wporg-update-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
echo minimum_wp_version: ${{ github.event.inputs.minimum_wp_version }}
3232
echo minimum_php_version: ${{ github.event.inputs.minimum_php_version }}
3333
- name: Checkout the code
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v6
3535
with:
3636
token: ${{ secrets.GH_BOT_PUSH }}
3737
- name: Check the version number from package.json

0 commit comments

Comments
 (0)