Skip to content

Commit 8bf423d

Browse files
Merge pull request #521 from mimmi20/dependabot/github_actions/master/production-dependencies-a331d3ec2d
github-actions: bump actions/checkout from 4 to 5 in the production-dependencies group
2 parents b06ecfb + d6e0716 commit 8bf423d

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/cleanup-caches.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: "ubuntu-24.04"
1616
steps:
1717
- name: "Checkout"
18-
uses: "actions/checkout@v4"
18+
uses: "actions/checkout@v5"
1919
with:
2020
# Disabling shallow clone is recommended for improving relevancy of reporting
2121
fetch-depth: 0

.github/workflows/codeql.yml

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

4949
steps:
5050
- name: "Checkout"
51-
uses: "actions/checkout@v4"
51+
uses: "actions/checkout@v5"
5252
with:
5353
# Disabling shallow clone is recommended for improving relevancy of reporting
5454
fetch-depth: 0

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: "ubuntu-24.04"
2424
steps:
2525
- name: "Checkout"
26-
uses: "actions/checkout@v4"
26+
uses: "actions/checkout@v5"
2727
with:
2828
# Disabling shallow clone is recommended for improving relevancy of reporting
2929
fetch-depth: 0

.github/workflows/labels.yml

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

2727
steps:
2828
- name: "Checkout"
29-
uses: "actions/checkout@v4"
29+
uses: "actions/checkout@v5"
3030
with:
3131
# Disabling shallow clone is recommended for improving relevancy of reporting
3232
fetch-depth: 0

.github/workflows/lint-workflow-files.yml

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

1212
steps:
1313
- name: "Checkout"
14-
uses: "actions/checkout@v4"
14+
uses: "actions/checkout@v5"
1515
with:
1616
# Disabling shallow clone is recommended for improving relevancy of reporting
1717
fetch-depth: 0

.github/workflows/renovate-config-validator.yml

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

1111
steps:
1212
- name: "Checkout"
13-
uses: "actions/checkout@v4"
13+
uses: "actions/checkout@v5"
1414
with:
1515
# Disabling shallow clone is recommended for improving relevancy of reporting
1616
fetch-depth: 0

0 commit comments

Comments
 (0)