Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 3.0.0 to 3.0.2
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.0 to 3.0.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3.0.0...v3.0.2)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 25, 2022
1 parent a27c35a commit 2fb87cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:

- uses: actions/[email protected].0
- uses: actions/[email protected].2

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected]
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:

steps:

- uses: actions/[email protected].0
- uses: actions/[email protected].2

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected]
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:

steps:

- uses: actions/[email protected].0
- uses: actions/[email protected].2

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected]
Expand Down

0 comments on commit 2fb87cc

Please sign in to comment.