Skip to content

Commit e11c4d4

Browse files
authored
CI: use actions/checkout@v4 (#650)
This avoids any deprecation warnings about old Actions.
1 parent e1905f1 commit e11c4d4

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
@@ -25,7 +25,7 @@ jobs:
2525
ruby: ["3.4", "3.3", "3.2", "3.1"]
2626
redis: ["5.x"]
2727
steps:
28-
- uses: actions/checkout@v3
28+
- uses: actions/checkout@v4
2929
- uses: ruby/setup-ruby@v1
3030
with:
3131
ruby-version: ${{ matrix.ruby }}

0 commit comments

Comments
 (0)