Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 24, 2023
1 parent b956910 commit 618dd88
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: volta-cli/action@v4
with:
node-version: ${{ matrix.node }}
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
- typescript@4.6
- typescript@next
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: volta-cli/action@v4
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
- tests
- typescript-compatibility
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: volta-cli/action@v4
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
timeout-minutes: 15

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: volta-cli/action@v4
- name: Cache pnpm modules
uses: actions/cache@v3
Expand All @@ -39,7 +39,7 @@ jobs:
needs: [install_dependencies]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: volta-cli/action@v4
- name: Cache pnpm modules
uses: actions/cache@v3
Expand All @@ -63,7 +63,7 @@ jobs:
needs: [install_dependencies]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: volta-cli/action@v4
- name: Cache pnpm modules
uses: actions/cache@v3
Expand All @@ -87,7 +87,7 @@ jobs:
needs: [install_dependencies]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: volta-cli/action@v4
- name: Cache pnpm modules
uses: actions/cache@v3
Expand All @@ -114,7 +114,7 @@ jobs:
runs-on: ubuntu-latest

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

Expand Down

0 comments on commit 618dd88

Please sign in to comment.