Skip to content

Commit 4efa316

Browse files
renovate[bot]muhlba91
authored andcommitted
chore(deps): update actions/checkout action to v6
1 parent cddb1da commit 4efa316

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/dependency_review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
with:
1818
egress-policy: audit
1919

20-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1.2.2
20+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0.2.2
2121

2222
- uses: actions/dependency-review-action@3c4e3dcb1aa7874d2c16be7d79418e9b7efd6261 # v4.8.2

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
egress-policy: audit
4545

46-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
46+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
4747
with:
4848
fetch-depth: 0
4949
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
egress-policy: audit
4040

41-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1.2.2
41+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0.2.2
4242
with:
4343
persist-credentials: false
4444

.github/workflows/verify.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
egress-policy: audit
2323

24-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
24+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
2525
with:
2626
fetch-depth: 0
2727

@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
egress-policy: audit
4040

41-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
41+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
4242
with:
4343
fetch-depth: 0
4444

@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
egress-policy: audit
5757

58-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
58+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
5959
with:
6060
fetch-depth: 0
6161
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)