Skip to content

Commit d5f83a8

Browse files
chore(deps): update actions/checkout digest to 8e8c483 (#774)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5cae671 commit d5f83a8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build-and-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
create_pre_release:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
17+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1818
with:
1919
fetch-depth: 0
2020
- run: GH_CREATE_PRE_RELEASE=true ./script/ci/release.sh
@@ -63,7 +63,7 @@ jobs:
6363
NODE_VERSION: ${{ matrix.node-version }}
6464

6565
steps:
66-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
66+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
6767
if: github.ref == 'refs/heads/master' || contains(github.event.pull_request.title, '(rebuild)')
6868
with:
6969
fetch-depth: 0
@@ -154,7 +154,7 @@ jobs:
154154
LOG_LEVEL: debug
155155

156156
steps:
157-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
157+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
158158
with:
159159
fetch-depth: 0
160160

@@ -196,7 +196,7 @@ jobs:
196196
NODE_VERSION: 20
197197

198198
steps:
199-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
199+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
200200
with:
201201
fetch-depth: 0
202202

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
NODE_VERSION: 20
1515

1616
steps:
17-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
17+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1818
with:
1919
fetch-depth: 0
2020

.github/workflows/update-ffi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
update:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
12+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1313

1414
- run: |
1515
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"

0 commit comments

Comments
 (0)