We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b36aa5d + e1f109f commit 3abe9f1Copy full SHA for 3abe9f1
1 file changed
.github/workflows/github-release.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
if: startsWith(github.ref, 'refs/tags/v')
15
steps:
16
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
17
with:
18
persist-credentials: false
19
- name: Set up Ruby
0 commit comments