Skip to content

Commit 519565b

Browse files
authored
Merge pull request #67 from voxpupuli/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 3ef87d3 + 8780799 commit 519565b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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@v4
13+
- uses: actions/checkout@v5
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@v4
26+
uses: actions/checkout@v5
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@v4
24+
uses: actions/checkout@v5
2525

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

0 commit comments

Comments
 (0)