Skip to content

Commit ac68b7b

Browse files
authored
Merge pull request #24 from kool-dev/dependabot/github_actions/actions/checkout-3.3.0
Bump actions/checkout from 3.1.0 to 3.3.0
2 parents 2af8541 + 5427fa3 commit ac68b7b

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@v3.1.0
18+
uses: actions/checkout@v3.3.0
1919

2020
- name: Build
2121
run: |

0 commit comments

Comments
 (0)