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.
2 parents 5cd6948 + fda1e6d commit 4672f29Copy full SHA for 4672f29
3 files changed
.github/workflows/publish.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-slim
15
environment: release
16
steps:
17
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
18
with: # Load existing tags to avoid duplicate tag error
19
fetch-depth: 0
20
fetch-tags: true
.github/workflows/rubocop-analysis.yml
- name: Checkout repository
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
- name: Set up Ruby
uses: ruby/setup-ruby@v1
.github/workflows/ruby.yml
@@ -19,7 +19,7 @@ jobs:
ruby: [3.2, 3.3, 3.4]
21
22
23
24
25
with:
0 commit comments