Skip to content

Commit 847371d

Browse files
github-actions: bump actions/checkout
Bumps the production-dependencies group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3011eaa commit 847371d

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)