Skip to content

Commit bb816fe

Browse files
ci(action): update actions/checkout digest to c85c95e (#461)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 45fdbd9 commit bb816fe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: release
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
21+
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
2222
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
2323
with:
2424
cache: npm

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- windows-latest
2222
runs-on: "${{ matrix.os }}"
2323
steps:
24-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
24+
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
2525
- run: git config --global user.name github-actions
2626
- run: git config --global user.email [email protected]
2727
- name: "Use Node.js ${{ matrix.node-version }}"
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-latest
3838
needs: test_matrix
3939
steps:
40-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
40+
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
4141
- name: "Use Node.js ${{ matrix.node-version }}"
4242
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
4343
with:

0 commit comments

Comments
 (0)