Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4 (#31)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 19, 2023
1 parent 4d3d290 commit 278654b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4
- uses: pnpm/action-setup@v2.4.0
with:
version: 7.8.0
Expand All @@ -31,7 +31,7 @@ jobs:
needs: cache
steps:
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4
- uses: pnpm/action-setup@v2.4.0
with:
version: 7.8.0
Expand All @@ -51,7 +51,7 @@ jobs:
needs: [cache, lint]
if: ${{ github.ref == 'refs/heads/main' && github.event_name == 'push' }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
# pulls all commits (needed for lerna / semantic release to correctly version)
fetch-depth: "0"
Expand Down

0 comments on commit 278654b

Please sign in to comment.