Skip to content

Commit 9f11796

Browse files
authored
Merge pull request #400 from nicolasleger/doc/github-actions-checkout-v5
doc: update GitHub Actions checkout action v5
2 parents 3e7f143 + 2d631d4 commit 9f11796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trusted-publishing/releasing-gems.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
# Set up
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v5
2828
with:
2929
persist-credentials: false
3030
- name: Set up Ruby

0 commit comments

Comments
 (0)