Skip to content

Commit 287507d

Browse files
authored
Merge pull request #5 from komoju/dependabot/github_actions/actions/checkout-6.0.2
Bump actions/checkout from 4 to 6.0.2
2 parents 6f7bb1f + fd1fd9d commit 287507d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
permissions:
1111
contents: read
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v6.0.2
1414
with:
1515
persist-credentials: false
1616
- uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)