Skip to content

Commit 5f860a5

Browse files
Update actions/checkout action to v5
1 parent ed13d51 commit 5f860a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
1818

1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v5
2121
- uses: ruby/setup-ruby@v1
2222
with:
2323
ruby-version: ${{ matrix.ruby }}

0 commit comments

Comments
 (0)