Skip to content

Commit 4f281b5

Browse files
Update actions/checkout action to v4
1 parent f0dc9fe commit 4f281b5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/link-check-all.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
env:
5454
NODE_OPTIONS: '--max-http-header-size=65536'
5555
steps:
56-
- uses: actions/checkout@v3
56+
- uses: actions/checkout@v4
5757
- run: echo "# Link Check Report" > ${{ inputs.outputFile }}
5858
- name: Run Link Check
5959
id: check

.github/workflows/link-check-deployment-status.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
github.event.deployment.ref != ${{ inputs.branch }} &&
3030
github.event.deployment_status.state == 'success'
3131
steps:
32-
- uses: actions/checkout@v3
32+
- uses: actions/checkout@v4
3333
with:
3434
fetch-depth: 0
3535
- uses: iterative/setup-cml@v1

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build-and-publish:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v4
1111
- uses: actions/setup-node@v3
1212
with:
1313
node-version: '16.x'

0 commit comments

Comments
 (0)