Skip to content

Commit 6e07a70

Browse files
chore(deps): update actions/checkout action to v5
1 parent 8d75d32 commit 6e07a70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- '3.1'
2121
- '3.2'
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v5
2424
- uses: ruby/setup-ruby@1a615958ad9d422dd932dc1d5823942ee002799f # v1.227.0
2525
with:
2626
ruby-version: ${{ matrix.ruby }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: Publish to RubyGems
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020
- uses: ruby/setup-ruby@v1
2121
with:
2222
ruby-version: '3.2'

0 commit comments

Comments
 (0)