Skip to content

Commit bfd59ee

Browse files
authored
Merge pull request #705 from music-encoding/dependabot/github_actions/actions/checkout-4.2.2
build(deps): bump actions/checkout from 4.2.1 to 4.2.2
2 parents 21381c1 + 6e4beb7 commit bfd59ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/jekyll.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
contents: write
1717

1818
steps:
19-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
19+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2020

2121
# Use GitHub Actions' cache to shorten build times and decrease load on servers
2222
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2

.github/workflows/link-checker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
echo "CHECK_BRANCH=${{ github.event.inputs.branch }}" >> $GITHUB_ENV
4949
fi
5050
- name: Checkout main repo
51-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
51+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5252
with:
5353
ref: ${{ env.CHECK_BRANCH }}
5454

0 commit comments

Comments
 (0)