Skip to content

Commit 856bd97

Browse files
build(deps): bump actions/checkout from 3.2.0 to 3.3.0 (#163)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b9c21a1 commit 856bd97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
nbgv: ${{ steps.nbgv.outputs.SemVer2 }}
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v3.2.0
20+
uses: actions/checkout@v3.3.0
2121
with:
2222
fetch-depth: 0
2323
lfs: true

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
nbgv: ${{ steps.nbgv.outputs.SemVer2 }}
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v3.2.0
20+
uses: actions/checkout@v3.3.0
2121
with:
2222
fetch-depth: 0
2323
lfs: true

0 commit comments

Comments
 (0)