Skip to content

Commit 9dfc5d4

Browse files
authored
Merge pull request #12 from devilbox/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents cea781f + 78216cf commit 9dfc5d4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

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

.github/workflows/repository.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
18+
uses: actions/checkout@v3
1919

2020
- name: Sync labels
2121
uses: micnncim/action-label-syncer@v1

0 commit comments

Comments
 (0)