Skip to content

Commit 487172c

Browse files
renovate[bot]ahnpnl
authored andcommitted
build(deps): Update actions/checkout digest to 692973e
1 parent 5560334 commit 487172c

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
needs: prepare-npm-cache-ubuntu
3131

3232
steps:
33-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
33+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
3434
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
3535
with:
3636
node-version: lts/*
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ubuntu-latest
4848
needs: prepare-npm-cache-ubuntu
4949
steps:
50-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
50+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
5151
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
5252
with:
5353
node-version: lts/*

.github/workflows/doc-generator.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout 🛎️
24-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 # If you're using actions/checkout@v2 you must set persist-credentials to false in most cases for the deployment to work correctly.
24+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 # If you're using actions/checkout@v2 you must set persist-credentials to false in most cases for the deployment to work correctly.
2525
with:
2626
persist-credentials: false
2727

@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939
steps:
4040
- name: Checkout 🛎️
41-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 # If you're using actions/checkout@v2 you must set persist-credentials to false in most cases for the deployment to work correctly.
41+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 # If you're using actions/checkout@v2 you must set persist-credentials to false in most cases for the deployment to work correctly.
4242
with:
4343
persist-credentials: false
4444

.github/workflows/prepare-cache.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ${{ inputs.os }}
1717

1818
steps:
19-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
19+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
2020
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
2121
with:
2222
node-version: lts/*

.github/workflows/release-and-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
# it
5151
- name: Checkout code
5252
# https://github.com/marketplace/actions/checkout
53-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
53+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
5454

5555
# Runs a single command using the runners shell
5656
- name: Create release for tag
@@ -71,7 +71,7 @@ jobs:
7171

7272
steps:
7373
# https://github.com/marketplace/actions/checkout
74-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
74+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
7575
# https://github.com/marketplace/actions/setup-node-js-environment
7676
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
7777
with:

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ${{ inputs.os }}
2424

2525
steps:
26-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
26+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
2727
- name: Use Node.js ${{ matrix.node-version }}
2828
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
2929
with:

0 commit comments

Comments
 (0)