Skip to content

Commit 21239ba

Browse files
dependabot[bot]mimmi20
authored andcommitted
github-actions (master): bump actions/checkout
Bumps the production-dependencies group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2cdd656 commit 21239ba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cleanup-caches.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: "ubuntu-latest"
1919
steps:
2020
- name: "Checkout"
21-
uses: "actions/checkout@v5"
21+
uses: "actions/checkout@v6"
2222
with:
2323
# Disabling shallow clone is recommended for improving relevancy of reporting
2424
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-latest"
2424
steps:
2525
- name: "Checkout"
26-
uses: "actions/checkout@v5"
26+
uses: "actions/checkout@v6"
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@v5"
29+
uses: "actions/checkout@v6"
3030
with:
3131
# Disabling shallow clone is recommended for improving relevancy of reporting
3232
fetch-depth: 0

0 commit comments

Comments
 (0)