Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit bf0e5be

Browse files
Bump actions/checkout from 2.3.4 to 2.3.5 (#9)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5. - [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.3.5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 32ce527 commit bf0e5be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
os: [ubuntu-latest]
2121
steps:
2222
- name: "📥 Checkout Code"
23-
uses: actions/checkout@v2.3.4
23+
uses: actions/checkout@v2.3.5
2424
with:
2525
submodules: 'recursive'
2626
fetch-depth: 0

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: "ubuntu-latest"
1313
steps:
1414
- name: "📥 Checkout Code"
15-
uses: actions/checkout@v2.3.4
15+
uses: actions/checkout@v2.3.5
1616
with:
1717
submodules: 'recursive'
1818
fetch-depth: 0

0 commit comments

Comments
 (0)