Skip to content

Commit 0fc256d

Browse files
authored
Merge pull request #2329 from ruby/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 2 to 4
2 parents 9328f95 + ac6704f commit 0fc256d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
valgrind:
8484
runs-on: ubuntu-latest
8585
steps:
86-
- uses: actions/checkout@v2
86+
- uses: actions/checkout@v4
8787
- uses: ruby/setup-ruby@v1
8888
with:
8989
ruby-version: "3.4"

0 commit comments

Comments
 (0)