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 54f3e2b + 63c1ffe commit ae964bcCopy full SHA for ae964bc
3 files changed
.github/workflows/collections-renames.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
if: github.repository_owner == 'github'
18
steps:
19
- - uses: actions/checkout@v6.0.2
+ - uses: actions/checkout@v6.0.3
20
21
- name: Setup Ruby
22
uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0
.github/workflows/jekyll_build.yml
@@ -21,7 +21,7 @@ jobs:
23
- name: 📂 checkout
24
- uses: actions/checkout@v6.0.2
+ uses: actions/checkout@v6.0.3
25
26
- name: 💎 setup ruby
27
.github/workflows/test.yml
@@ -33,7 +33,7 @@ jobs:
33
- test_type: all
34
35
36
37
with:
38
fetch-depth: 0
39
0 commit comments