Skip to content

Commit ab08350

Browse files
chore(deps): bump actions/checkout from 2 to 3 (#240)
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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 488495e commit ab08350

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tester.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
node-version: ['12.x', '14.x', '16.x']
1212
fail-fast: false
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515
- name: Use Node.js ${{ matrix.node-version }}
1616
uses: actions/setup-node@v3.1.0
1717
with:
@@ -31,7 +31,7 @@ jobs:
3131
os: [ubuntu-latest]
3232
node-version: ['14.x']
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.1.0
3737
with:

0 commit comments

Comments
 (0)