Skip to content
This repository was archived by the owner on Apr 17, 2022. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
ci(deps): bump actions/checkout from 2.4.0 to 3.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.0.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2.4.0...v3.0.0)

---
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] authored Apr 10, 2022
commit 3783123fefdd3146f7d5c8b2561d595021a69ddf
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
node-version: [">=16.6.0"]
steps:
- name: Checkout repository
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3.0.0

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2.5.1
Expand All @@ -38,7 +38,7 @@ jobs:
node-version: [">=16.6.0"]
steps:
- name: Checkout repository
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3.0.0

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2.5.1
Expand Down