Skip to content

Commit 3feaed3

Browse files
renovate[bot]gabrielmfern
authored andcommitted
chore(deps): update actions/checkout action to v4 (#1828)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1da1490 commit 3feaed3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
image: node:18
4242
steps:
4343
- name: Checkout
44-
uses: actions/checkout@v3
44+
uses: actions/checkout@v4
4545

4646
- name: Enable Corepack
4747
id: pnpm-setup
@@ -74,7 +74,7 @@ jobs:
7474
image: node:18
7575
steps:
7676
- name: Checkout
77-
uses: actions/checkout@v3
77+
uses: actions/checkout@v4
7878

7979
- name: Enable Corepack
8080
id: pnpm-setup

0 commit comments

Comments
 (0)