We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f764a78 commit b0d4da7Copy full SHA for b0d4da7
.github/workflows/main.yml
@@ -21,7 +21,7 @@ jobs:
21
22
steps:
23
- name: Checkout
24
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
25
26
- name: Set up Ruby
27
uses: ruby/setup-ruby@v1
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
contents: write
15
16
17
18
with:
19
persist-credentials: false
20
0 commit comments