Skip to content

Commit c74b863

Browse files
chore(deps): bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent af983a3 commit c74b863

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docker-nginx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
contents: read
2222
steps:
2323
- name: Check out the repo
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525
- name: Set up QEMU
2626
uses: docker/setup-qemu-action@v3
2727
- name: Set up Docker Buildx

.github/workflows/docker-php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
contents: read
2929
steps:
3030
- name: Check out the repo
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v5
3232
- name: Set up QEMU
3333
uses: docker/setup-qemu-action@v3
3434
- name: Set up Docker Buildx

.github/workflows/shellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Shellcheck
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
- name: Run ShellCheck
1616
uses: ludeeus/action-shellcheck@master
1717
with:

0 commit comments

Comments
 (0)