There was an error while loading. Please reload this page.
2 parents 096a5a1 + a5ee0d0 commit 71df141Copy full SHA for 71df141
2 files changed
.github/workflows/jekyll.yml
@@ -16,7 +16,7 @@ jobs:
16
contents: write
17
18
steps:
19
- - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
+ - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
20
21
# Use GitHub Actions' cache to shorten build times and decrease load on servers
22
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
.github/workflows/link-checker.yml
@@ -48,7 +48,7 @@ jobs:
48
echo "CHECK_BRANCH=${{ github.event.inputs.branch }}" >> $GITHUB_ENV
49
fi
50
- name: Checkout main repo
51
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
+ uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
52
with:
53
ref: ${{ env.CHECK_BRANCH }}
54
0 commit comments