Skip to content

Commit 9ca60da

Browse files
Bump actions/checkout from 2.2.0 to 2.3.4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.2.0 to 2.3.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.2.0...v2.3.4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f5abdba commit 9ca60da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
os: [ubuntu-18.04, ubuntu-20.04]
2525
steps:
2626
- name: "📥 Checkout Code"
27-
uses: actions/checkout@v2.2.0
27+
uses: actions/checkout@v2.3.4
2828
with:
2929
submodules: 'recursive'
3030
fetch-depth: 0

0 commit comments

Comments
 (0)