Skip to content

Commit 9d3e8bc

Browse files
authored
Merge pull request #58 from validatedpatterns/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 7d96ed4 + d804695 commit 9d3e8bc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/container-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v4
11+
uses: actions/checkout@v5
1212

1313
- name: Utility Container Build
1414
run: make manifest podman-build-amd64

.github/workflows/superlinter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Checkout Code
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616
with:
1717
# Full git history is needed to get a proper list of changed files
1818
# within `super-linter`

0 commit comments

Comments
 (0)