Skip to content

Commit 21f84c5

Browse files
Bump actions/checkout from 3 to 4 (#206)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7130ad6 commit 21f84c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
lint:
1515
runs-on: ubuntu-22.04
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
- run: npx [email protected] --check .
1919

2020
test:
@@ -39,7 +39,7 @@ jobs:
3939

4040
runs-on: ubuntu-22.04
4141
steps:
42-
- uses: actions/checkout@v3
42+
- uses: actions/checkout@v4
4343

4444
- name: Set up node ${{ matrix.node-version }}
4545
id: setup-node
@@ -66,7 +66,7 @@ jobs:
6666
needs: test
6767
runs-on: ubuntu-22.04
6868
steps:
69-
- uses: actions/checkout@v3
69+
- uses: actions/checkout@v4
7070

7171
- name: Set up node 18.x
7272
id: setup-node

0 commit comments

Comments
 (0)