Skip to content

Commit ccc8944

Browse files
chore(deps): bump actions/checkout from 5 to 6 (#13)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6143d7e commit ccc8944

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- "3.3.0"
2020

2121
steps:
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323
- name: Set up Ruby
2424
uses: ruby/setup-ruby@v1
2525
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
package-name: bundler-compose
2323
bump-minor-pre-major: true
2424
version-file: "lib/bundler/compose/version.rb"
25-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@v6
2626
if: ${{ steps.release.outputs.release_created }}
2727
- uses: ruby/setup-ruby@v1
2828
with:

0 commit comments

Comments
 (0)