Skip to content

Commit 034bfa4

Browse files
authored
Merge pull request #71 from voxpupuli/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 8a78b6b + 46a21cb commit 034bfa4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Shellcheck
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v5
13+
- uses: actions/checkout@v6
1414
- name: Run ShellCheck
1515
uses: ludeeus/action-shellcheck@2.0.0
1616
with:
@@ -23,7 +23,7 @@ jobs:
2323
contents: read
2424
steps:
2525
- name: Checkout repository
26-
uses: actions/checkout@v5
26+
uses: actions/checkout@v6
2727
- name: Build Docker image
2828
uses: docker/build-push-action@v6
2929
with:

.github/workflows/security_scanning.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
security-events: write
2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v5
24+
uses: actions/checkout@v6
2525

2626
- name: Build CI container
2727
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)