Skip to content

Commit 57977af

Browse files
authored
Bump actions/checkout from 5 to 6 (#15)
2 parents b289c2c + 606491b commit 57977af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout code
14-
uses: actions/checkout@v5
14+
uses: actions/checkout@v6
1515
- name: Set up Ruby
1616
uses: ruby/setup-ruby@v1
1717
with:
@@ -32,7 +32,7 @@ jobs:
3232
- '3.4'
3333
- '4.0'
3434
steps:
35-
- uses: actions/checkout@v5
35+
- uses: actions/checkout@v6
3636
- uses: ruby/setup-ruby@v1
3737
with:
3838
ruby-version: ${{ matrix.ruby_version }}

0 commit comments

Comments
 (0)