Skip to content

Commit 0698840

Browse files
dependabot[bot]garbas
authored andcommitted
chore(deps): bump actions/checkout from 5 to 6 in the all group
Bumps the all 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: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d0f16ca commit 0698840

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
steps:
3838
- name: "Checkout"
39-
uses: "actions/checkout@v5"
39+
uses: "actions/checkout@v6"
4040
with:
4141
fetch-depth: 0
4242

@@ -103,7 +103,7 @@ jobs:
103103
steps:
104104

105105
- name: "Checkout"
106-
uses: "actions/checkout@v5"
106+
uses: "actions/checkout@v6"
107107
with:
108108
fetch-depth: 0
109109

.github/workflows/update.yml

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

1818
steps:
1919
- name: "Checkout"
20-
uses: "actions/checkout@v5"
20+
uses: "actions/checkout@v6"
2121

2222
- name: "Install flox"
2323
uses: "flox/install-flox-action@main"

0 commit comments

Comments
 (0)