Skip to content

Commit 5cbf875

Browse files
authored
Merge pull request #258 from devilbox/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents 9b3f061 + a230073 commit 5cbf875

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/generator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# Setup repository
3939
# ------------------------------------------------------------
4040
- name: Checkout repository
41-
uses: actions/checkout@v2
41+
uses: actions/checkout@v3
4242
with:
4343
fetch-depth: 0
4444

.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# Setup repository
2828
# ------------------------------------------------------------
2929
- name: Checkout repository
30-
uses: actions/checkout@v2
30+
uses: actions/checkout@v3
3131
with:
3232
fetch-depth: 0
3333

0 commit comments

Comments
 (0)