Skip to content

Commit deb496e

Browse files
authored
Merge pull request #297 from bcrypt-ruby/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents 1758346 + 9b1d071 commit deb496e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
egress-policy: audit
3333

34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@v6
3535

3636
- name: Set up Ruby
3737
uses: ruby/setup-ruby@v1

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- { os: ubuntu-latest, ruby: truffleruby-head }
3434

3535
steps:
36-
- uses: actions/checkout@v4
36+
- uses: actions/checkout@v6
3737

3838
- name: Set up Ruby
3939
uses: ruby/setup-ruby-pkgs@v1

0 commit comments

Comments
 (0)