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 Sep 9, 2023
1 parent fc1f6c5 commit c52e049
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:

name: ${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.docker }}-${{ matrix.node }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Cache node_modules
uses: actions/cache@v2
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
# node: 15
# arch: arm64
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Cache node_modules
uses: actions/cache@v2
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down

0 comments on commit c52e049

Please sign in to comment.