Skip to content

Commit 38dcf19

Browse files
authored
Merge pull request #265 from apokalipto/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 068a1d0 + db52f63 commit 38dcf19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
env:
2828
BUNDLE_GEMFILE: ${{ github.workspace }}/${{ matrix.gemfile }}
2929
steps:
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v5
3131
- name: Set up Ruby
3232
uses: ruby/setup-ruby@v1
3333
with:

0 commit comments

Comments
 (0)