Skip to content

Commit 4b3fcab

Browse files
chore(deps): update actions/checkout action to v4 (#426)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0b642b4 commit 4b3fcab

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/Release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout Repo
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515
with:
1616
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
1717
fetch-depth: 0

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1717
- name: Setup Node.js
1818
uses: actions/setup-node@v3
1919
with:
@@ -35,7 +35,7 @@ jobs:
3535
node: [16, 18, 20]
3636
steps:
3737
- name: Checkout
38-
uses: actions/checkout@v3
38+
uses: actions/checkout@v4
3939
- name: Setup Node.js ${{ matrix.node }}
4040
uses: actions/setup-node@v3
4141
with:
@@ -60,7 +60,7 @@ jobs:
6060
node: [16]
6161
steps:
6262
- name: Checkout
63-
uses: actions/checkout@v3
63+
uses: actions/checkout@v4
6464
- name: Setup Node.js ${{ matrix.node }}
6565
uses: actions/setup-node@v3
6666
with:

0 commit comments

Comments
 (0)