Skip to content

Commit 3179f74

Browse files
chore(deps): update actions/checkout action to v4
1 parent ec2dcef commit 3179f74

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
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@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
54+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
5555
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # 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@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
94+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
9595
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # 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@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
109+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
110110
with:
111111
# Need to fetch entire commit history to
112112
# analyze every commit since last release

0 commit comments

Comments
 (0)