Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

chore(deps): bump actions/checkout from 3 to 4 #85

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
node-version: [19]
pnpm-version: [8]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: pnpm/[email protected]
with:
version: ${{ matrix.pnpm-version }}
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
node-version: [19]
pnpm-version: [8]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: pnpm/[email protected]
with:
version: ${{ matrix.pnpm-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
node-version: [18]
pnpm-version: [7.19]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
node-version: [18]
pnpm-version: [7.19]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0
Expand Down
Loading