Skip to content

Commit 9c75ac2

Browse files
build(deps): bump actions/checkout from 3.5.2 to 3.6.0 (#187)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 3.6.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.5.2...v3.6.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 3503001 commit 9c75ac2

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.5.2
20+
uses: actions/checkout@v3.6.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.5.2
20+
uses: actions/checkout@v3.6.0
2121
with:
2222
fetch-depth: 0
2323
lfs: true

0 commit comments

Comments
 (0)