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 May 29, 2024
1 parent 4424e93 commit dbcd675
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-everest-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ jobs:
name: docs-html
path: docs-html
- name: Checkout ${{ env.GITHUB_PAGES_REPO }}
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: ${{ env.GITHUB_PAGES_REPO }}
path: ${{ env.GITHUB_PAGES_REPO }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/repolinter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout repo"
uses: actions/checkout@v2.0.0
uses: actions/checkout@v4.1.6
with:
fetch-depth: 0
- name: "Install Node.js"
Expand Down

0 comments on commit dbcd675

Please sign in to comment.