Skip to content

Commit e0f3c4c

Browse files
build(deps): bump actions/checkout from 2.4.0 to 3.0.2 (#115)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.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@v2.4.0...v3.0.2) --- 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 bf366b8 commit e0f3c4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
nbgv: ${{ steps.nbgv.outputs.SemVer2 }}
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v2.4.0
21+
uses: actions/checkout@v3.0.2
2222
with:
2323
fetch-depth: 0
2424

@@ -85,7 +85,7 @@ jobs:
8585
if: contains(github.event.pull_request.labels.*.name, 'release') && github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true
8686
steps:
8787
- name: Checkout
88-
uses: actions/checkout@v2.4.0
88+
uses: actions/checkout@v3.0.2
8989
with:
9090
fetch-depth: 0
9191

0 commit comments

Comments
 (0)