Skip to content

Commit cf7553b

Browse files
authored
Merge pull request TheAlgorithms#221 from vil02/update_actions-checkout_to_v4
chore: update `actions/checkout` to `v4`
2 parents 6075b3a + 0a57740 commit cf7553b

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
@@ -4,7 +4,7 @@ jobs:
44
test:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v3
7+
- uses: actions/checkout@v4
88
- uses: ruby/setup-ruby@v1
99
with:
1010
ruby-version: '3.2'

0 commit comments

Comments
 (0)