Skip to content

Commit a9b56ec

Browse files
ata-no-oneRenovate Bot
andauthored
Update actions/checkout action to v6 (#65)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 017b16b commit a9b56ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/github-release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
plugin_version: ${{ steps.get-version.outputs.plugin_version }}
1919
plugin_prerelease: ${{ steps.get-version.outputs.plugin_prerelease }}
2020
steps:
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222
- id: get-version
2323
run: |
2424
if [[ $GITHUB_REF == refs/tags/v* ]]; then
@@ -54,7 +54,7 @@ jobs:
5454
container:
5555
image: php:${{ matrix.php-version }}-fpm
5656
steps:
57-
- uses: actions/checkout@v5
57+
- uses: actions/checkout@v6
5858
- name: setup composer
5959
run: |
6060
curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
@@ -75,7 +75,7 @@ jobs:
7575
container:
7676
image: mcr.microsoft.com/devcontainers/php:2-8.2-bullseye
7777
steps:
78-
- uses: actions/checkout@v5
78+
- uses: actions/checkout@v6
7979

8080
- name: install scoper
8181
run: |

0 commit comments

Comments
 (0)