Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

Commit 6143d7e

Browse files
chore(deps): bump actions/checkout from 4 to 5 (#12)
1 parent 6657fc3 commit 6143d7e

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@v4
22+
- uses: actions/checkout@v5
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@v4
25+
- uses: actions/checkout@v5
2626
if: ${{ steps.release.outputs.release_created }}
2727
- uses: ruby/setup-ruby@v1
2828
with:

0 commit comments

Comments
 (0)