Skip to content

Commit 3e248a3

Browse files
renovate[bot]ngeorger
authored andcommitted
Update actions/checkout action to v5
1 parent 7f193ec commit 3e248a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/jekyll-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
egress-policy: audit
3636

3737
- name: Checkout
38-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
38+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3939
- name: Setup Pages
4040
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
4141
- name: Build with Jekyll

.github/workflows/multi-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
7878
7979
- name: Checkout
80-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
80+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
8181
# This step checks out the code from the repository.
8282
# It uses the actions/checkout action to clone the repository into the runner's workspace.
8383

0 commit comments

Comments
 (0)