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 and bdbch committed Apr 28, 2022
1 parent 9d7bfc3 commit 9a20796
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 9a20796

Please sign in to comment.