Skip to content

Commit 110902b

Browse files
Bump actions/checkout from 2 to 3 (#65)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5133bc9 commit 110902b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
browsers:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v3
1616
- uses: actions/setup-node@v3
1717
- name: Install Dependencies
1818
run: npm install
@@ -31,7 +31,7 @@ jobs:
3131
- 15
3232
- 16
3333
steps:
34-
- uses: actions/checkout@v2
34+
- uses: actions/checkout@v3
3535
- name: Use Node.js ${{ matrix.node-version }}
3636
uses: actions/setup-node@v3
3737
with:
@@ -48,7 +48,7 @@ jobs:
4848
- 6
4949
- 8
5050
steps:
51-
- uses: actions/checkout@v2
51+
- uses: actions/checkout@v3
5252
- name: Use Node.js ${{ matrix.node-version }}
5353
uses: actions/setup-node@v3
5454
with:

0 commit comments

Comments
 (0)