Skip to content

Commit 45f10e0

Browse files
chore(deps): update actions/checkout digest to 755da8c (#858)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d61db89 commit 45f10e0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
build:
3737
runs-on: ubuntu-latest
3838
steps:
39-
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
39+
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
4040
- uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3
4141
with:
4242
cache: npm
@@ -66,7 +66,7 @@ jobs:
6666
run: |
6767
git config --global core.autocrlf false
6868
git config --global core.eol lf
69-
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
69+
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
7070
- uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3
7171
with:
7272
cache: npm
@@ -81,7 +81,7 @@ jobs:
8181
if: always() && github.event.inputs.release == 'true' && needs.build.result != 'failure' && needs.test.result != 'failure' && needs.test.result != 'cancelled'
8282
runs-on: ubuntu-latest
8383
steps:
84-
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
84+
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
8585
with:
8686
# Need to fetch entire commit history to
8787
# analyze every commit since last release

.github/workflows/prettier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: 🤔
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
18+
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
1919
- uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3
2020
with:
2121
cache: npm

0 commit comments

Comments
 (0)