Skip to content

Commit

Permalink
Bump actions/checkout from 2 to 3
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] committed Apr 1, 2022
1 parent e48c398 commit 39a4bf2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
timeout-minutes: 10

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: volta-cli/action@v1

- name: install dependencies
Expand All @@ -43,7 +43,7 @@ jobs:
node-version: 16.x

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: volta-cli/action@v1
with:
node-version: ${{ matrix.node-version }}
Expand All @@ -61,7 +61,7 @@ jobs:
needs: [test]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: volta-cli/action@v1
with:
node-version: 16.x
Expand Down

0 comments on commit 39a4bf2

Please sign in to comment.