Skip to content

Commit f454187

Browse files
Merge pull request #23 from hebron-george/dependabot/github_actions/actions/checkout-6
2 parents 81e3ad6 + 593c2ff commit f454187

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: RuboCop
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@v6
1111
- uses: ruby/setup-ruby@v1
1212
with:
1313
ruby-version: "3.2"
@@ -22,7 +22,7 @@ jobs:
2222
matrix:
2323
ruby: ["3.1", "3.2", "3.3"]
2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v6
2626
- uses: ruby/setup-ruby@v1
2727
with:
2828
ruby-version: ${{ matrix.ruby }}

0 commit comments

Comments
 (0)