Skip to content

Commit 24cbd7d

Browse files
authored
Merge pull request #1 from Bensuperpc/dependabot/github_actions/actions/checkout-2.3.4
Bump actions/checkout from 2.2.0 to 2.3.4
2 parents b418302 + 9ca60da commit 24cbd7d

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)