Skip to content

Commit b3454bf

Browse files
chore(deps): update actions/checkout digest to 11bd719
1 parent 65c8536 commit b3454bf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
main:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
16+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1717
name: Checkout [main]
1818
with:
1919
fetch-depth: 0

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
if: ${{ github.event_name != 'pull_request' }}
1717
steps:
18-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
18+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1919
name: Checkout [main]
2020
with:
2121
fetch-depth: 0
@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ubuntu-latest
5252
if: ${{ github.event_name == 'pull_request' }}
5353
steps:
54-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
54+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5555
with:
5656
ref: ${{ github.event.pull_request.head.ref }}
5757
repository: ${{ github.event.pull_request.head.repo.full_name }}

0 commit comments

Comments
 (0)