Skip to content

Commit f826b8d

Browse files
chore(deps): update actions/checkout digest to 11bd719
1 parent b9f73c2 commit f826b8d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/creatorsgarten-wiki-cicd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: Checkout repository
29-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
29+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3030

3131
# Workaround: https://github.com/docker/build-push-action/issues/461
3232
- name: Setup Docker buildx

.github/workflows/playwright.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
timeout-minutes: 60
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
15+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1616
- uses: dtinth/setup-github-actions-caching-for-turbo@v1
1717
- uses: actions/setup-node@v4
1818
with:

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
issues: read
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
19+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2020
- name: Install pnpm
2121
uses: pnpm/action-setup@v2
2222
- name: Install Node.js

0 commit comments

Comments
 (0)