Skip to content

Commit f2816d7

Browse files
authored
Merge pull request #7 from wayofdev/dependabot/github_actions/actions/checkout-3.2.0
2 parents 0fa77cd + af6f6a7 commit f2816d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: e1himself/[email protected]
3131

3232
- name: Checkout
33-
uses: actions/checkout@v3.1.0
33+
uses: actions/checkout@v3.2.0
3434

3535
- name: Set Environment Variables
3636
env:

.github/workflows/shellcheck.yml

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

1515
steps:
1616
- name: Repository checkout
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v3.2.0
1818
with:
1919
fetch-depth: 0
2020

0 commit comments

Comments
 (0)