Skip to content

Commit 47c3b2e

Browse files
authored
Merge pull request #17 from kool-dev/dependabot/github_actions/actions/checkout-3.1.0
Bump actions/checkout from 2.3.4 to 3.1.0
2 parents 78c1677 + f970ae1 commit 47c3b2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Checkout code
18-
uses: actions/checkout@v2.3.4
18+
uses: actions/checkout@v3.1.0
1919

2020
- name: Build
2121
run: |

0 commit comments

Comments
 (0)