Skip to content

Commit 5faaa14

Browse files
Bump actions/checkout from 5 to 6 (#32)
1 parent 1dee7f6 commit 5faaa14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: "Checkout Repository"
12-
uses: actions/checkout@v5
12+
uses: actions/checkout@v6
1313
- name: "Dependency Review"
1414
uses: actions/dependency-review-action@v4

.github/workflows/super-linter.yml

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

1717
steps:
1818
- name: Checkout Code
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020
with:
2121
# Full git history is needed to get a proper list of changed files within `super-linter`
2222
fetch-depth: 0

0 commit comments

Comments
 (0)