We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b6d0dd commit c3b18c3Copy full SHA for c3b18c3
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Dump environment
22
run: env | sort
23
- name: Checkout ruby/www.ruby-lang.org
24
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
+ uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
25
with:
26
fetch-depth: 1
27
- name: Setup Ruby
.github/workflows/jekyll.yml
@@ -20,7 +20,7 @@ jobs:
20
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: ruby/setup-ruby@d4526a55538b775af234ba4af27118ed6f8f6677 # v1.172.0
0 commit comments