We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21381c1 + 6e4beb7 commit bfd59eeCopy full SHA for bfd59ee
.github/workflows/jekyll.yml
@@ -16,7 +16,7 @@ jobs:
16
contents: write
17
18
steps:
19
- - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20
21
# Use GitHub Actions' cache to shorten build times and decrease load on servers
22
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
52
with:
53
ref: ${{ env.CHECK_BRANCH }}
54
0 commit comments