Skip to content

Commit

Permalink
Bump actions/checkout from 2 to 3 (#141)
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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 1, 2022
1 parent 32354cd commit e42343d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cancel-self.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Task
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Test Step
uses: ./ # Uses an action in the root directory
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/setup-node@v3.0.0
with:
node-version: v14
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: yarn
- run: yarn build
- run: yarn format-check
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
# To use this repository's private action, you must check out the repository
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Test Step
uses: ./ # Uses an action in the root directory
with:
Expand Down

0 comments on commit e42343d

Please sign in to comment.