Skip to content

Commit 61fd6e5

Browse files
ci(deps): bump actions/checkout from 2.4.0 to 3 (#30)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3. - [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) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cc2ceb7 commit 61fd6e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- ubuntu-20.04
2424
experimental: [false]
2525
steps:
26-
- uses: actions/checkout@v2.4.0
26+
- uses: actions/checkout@v3
2727
with:
2828
submodules: true
2929
- name: Node 16.13.0 - x64 on ${{ matrix.os }}

0 commit comments

Comments
 (0)