Skip to content

Commit 904b4af

Browse files
committed
ci(deps): update actions/checkout action to v4.1.7
1 parent ffebe35 commit 904b4af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
timeout-minutes: 10
2727
steps:
28-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
28+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2929
- run: corepack enable
3030
- run: pnpm install
3131
- run: pnpm prettier
@@ -39,7 +39,7 @@ jobs:
3939
packages: write
4040

4141
steps:
42-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
42+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
4343

4444
- uses: sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 # v3.5.0
4545

@@ -65,7 +65,7 @@ jobs:
6565
contents: write
6666

6767
steps:
68-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
68+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
6969

7070
- name: Init
7171
run: ./bin/init.sh

0 commit comments

Comments
 (0)