Skip to content

Commit

Permalink
Update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 19, 2023
1 parent f0dc9fe commit 4f281b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/link-check-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
env:
NODE_OPTIONS: '--max-http-header-size=65536'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: echo "# Link Check Report" > ${{ inputs.outputFile }}
- name: Run Link Check
id: check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/link-check-deployment-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
github.event.deployment.ref != ${{ inputs.branch }} &&
github.event.deployment_status.state == 'success'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: iterative/setup-cml@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build-and-publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '16.x'
Expand Down

0 comments on commit 4f281b5

Please sign in to comment.