Skip to content

Commit 641d7c2

Browse files
authored
Merge pull request #630 from validatedpatterns/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents d5529f8 + 61aa483 commit 641d7c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pattern-sh-ci.yml

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

2424
steps:
2525
- name: Checkout Repository
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2727

2828
- name: Install Podman on Ubuntu
2929
if: contains(matrix.os, 'ubuntu')

.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 within `super-linter`
1818
fetch-depth: 0

0 commit comments

Comments
 (0)