Skip to content

Commit

Permalink
Merge pull request #6 from NoteSpaceTeam/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/checkout-4

chore(deps): bump actions/checkout from 2 to 4
  • Loading branch information
GuilhermeF03 committed Mar 23, 2024
2 parents a8d184b + 14916cb commit 6a1e700
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
run:
working-directory: ${{ matrix.working-directory }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: ${{ matrix.pnpm }}
Expand Down Expand Up @@ -48,7 +48,7 @@
run:
working-directory: ${{ matrix.working-directory }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: ${{ matrix.pnpm }}
Expand Down Expand Up @@ -78,7 +78,7 @@
run:
working-directory: ${{ matrix.working-directory }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: ${{ matrix.pnpm }}
Expand Down

0 comments on commit 6a1e700

Please sign in to comment.