Skip to content

Commit

Permalink
ci: use latest checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
bgatellier committed Oct 18, 2023
1 parent 0bd46ce commit 9add90e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
reports_path: ${{ steps.list_reports_path.outputs.reports_path }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
shell: bash

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 2

Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
node_version: [18, 19, 20, 21]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
contents: write

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 2
ref: ${{ env.SOURCE_BRANCH }}
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
pull-requests: write

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 2
ref: ${{ env.SOURCE_BRANCH }}
Expand Down

0 comments on commit 9add90e

Please sign in to comment.