Skip to content

Commit 9a34ca9

Browse files
chore(deps): update actions/checkout digest to 755da8c (#60)
1 parent 78eb114 commit 9a34ca9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ubuntu-latest
4343
name: Lint & Build
4444
steps:
45-
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
45+
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
4646
- uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3
4747
with:
4848
cache: npm
@@ -82,7 +82,7 @@ jobs:
8282
run: |
8383
git config --global core.autocrlf false
8484
git config --global core.eol lf
85-
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
85+
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
8686
- uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3
8787
with:
8888
cache: npm
@@ -97,7 +97,7 @@ jobs:
9797
runs-on: ubuntu-latest
9898
name: Semantic release
9999
steps:
100-
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
100+
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
101101
with:
102102
# Need to fetch entire commit history to
103103
# analyze every commit since last release

0 commit comments

Comments
 (0)