Skip to content

Commit e730dfa

Browse files
chore(deps): update actions/checkout action to v5
1 parent 7e79c8f commit e730dfa

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
17+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
66+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
6767
if: github.ref == 'refs/heads/master'
6868
with:
6969
fetch-depth: 0
@@ -154,7 +154,7 @@ jobs:
154154
LOG_LEVEL: debug
155155

156156
steps:
157-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
157+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
158158
with:
159159
fetch-depth: 0
160160

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

198198
steps:
199-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
199+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
17+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
12+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1313

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

0 commit comments

Comments
 (0)