Skip to content

Commit 8e97dd3

Browse files
authored
Merge pull request #90 from LibreCodeCoop/dependabot/github_actions/actions/checkout-5
chore(deps): bump actions/checkout from 4 to 5
2 parents 94a9e92 + c74b863 commit 8e97dd3

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)