Skip to content

Commit 4192ece

Browse files
dependabot[bot]bcbrookman
authored andcommitted
build(deps): bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2819fab commit 4192ece

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Check out the codebase.
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323
with:
2424
path: 'bcbrookman.duplicati'
2525

@@ -48,7 +48,7 @@ jobs:
4848

4949
steps:
5050
- name: Check out the codebase.
51-
uses: actions/checkout@v5
51+
uses: actions/checkout@v6
5252
with:
5353
path: 'bcbrookman.duplicati'
5454

0 commit comments

Comments
 (0)