Skip to content

Commit abd2786

Browse files
build(deps): bump actions/checkout from 3.3.0 to 3.5.0 (#3)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.5.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.3.0...v3.5.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 bd25719 commit abd2786

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
@@ -33,7 +33,7 @@ jobs:
3333
vs where release
3434
3535
- name: Checkout
36-
uses: actions/checkout@v3.3.0
36+
uses: actions/checkout@v3.5.0
3737
with:
3838
fetch-depth: 0
3939
lfs: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
vs where release
3434
3535
- name: Checkout
36-
uses: actions/checkout@v3.3.0
36+
uses: actions/checkout@v3.5.0
3737
with:
3838
fetch-depth: 0
3939
lfs: true

0 commit comments

Comments
 (0)