Skip to content

Commit bbb9632

Browse files
authored
Merge pull request #35 from opus-codium/dependabot/github_actions/actions/checkout-6
2 parents 02f398d + 0413418 commit bbb9632

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
@@ -13,7 +13,7 @@ jobs:
1313
rubocop:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
- name: Setup ruby
1818
uses: ruby/setup-ruby@v1
1919
with:
@@ -36,7 +36,7 @@ jobs:
3636
- "3.4"
3737
name: Ruby ${{ matrix.ruby }}
3838
steps:
39-
- uses: actions/checkout@v5
39+
- uses: actions/checkout@v6
4040
- name: Setup Ruby
4141
uses: ruby/setup-ruby@v1
4242
with:

0 commit comments

Comments
 (0)