Skip to content
This repository was archived by the owner on Jun 16, 2026. It is now read-only.

Commit d208795

Browse files
chore(deps): update actions/checkout action to v4
1 parent 71bd250 commit d208795

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ubuntu-latest
5252
name: Lint & Build
5353
steps:
54-
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
54+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
5555
- uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3
5656
with:
5757
cache: npm
@@ -91,7 +91,7 @@ jobs:
9191
run: |
9292
git config --global core.autocrlf false
9393
git config --global core.eol lf
94-
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
94+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
9595
- uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3
9696
with:
9797
cache: npm
@@ -106,7 +106,7 @@ jobs:
106106
runs-on: ubuntu-latest
107107
name: Semantic release
108108
steps:
109-
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
109+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
110110
with:
111111
# Need to fetch entire commit history to
112112
# analyze every commit since last release

0 commit comments

Comments
 (0)