Skip to content

Commit 91f295f

Browse files
build(deps): bump actions/checkout from 2.3.4 to 2.4.0 (#27)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.4.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.4...v2.4.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Glenn <5834289+glennawatson@users.noreply.github.com>
1 parent 47b24ce commit 91f295f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
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@v2.3.4
20+
uses: actions/checkout@v2.4.0
2121
with:
2222
fetch-depth: 0
2323
lfs: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
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@v2.3.4
20+
uses: actions/checkout@v2.4.0
2121
with:
2222
fetch-depth: 0
2323

0 commit comments

Comments
 (0)