Skip to content

Commit 501081d

Browse files
committed
bump actions/checkout ver
1 parent 06aeef4 commit 501081d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/community-id-requester.yaml

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

4444
- id: checkout
4545
name: Check out the repo
46-
uses: actions/checkout@v2
46+
uses: actions/checkout@v3
4747
with:
4848
token: ${{ steps.token_gen.outputs.app_token }}
4949

.github/workflows/disallowed-content-checks.yaml

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

3737
- id: checkout
3838
name: Check out the repo
39-
uses: actions/checkout@v2
39+
uses: actions/checkout@v3
4040
with:
4141
token: ${{ steps.token_gen.outputs.app_token }}
4242

.github/workflows/markdown-checks.yaml

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

2828
- id: checkout_repo
2929
name: Check out the repository content
30-
uses: actions/checkout@v2
30+
uses: actions/checkout@v3
3131

3232
- id: check_files_changed
3333
uses: dorny/paths-filter@v2

.github/workflows/merged-pr-labeler.yaml

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

3838
- id: checkout
3939
name: Check out the repo
40-
uses: actions/checkout@v2
40+
uses: actions/checkout@v3
4141
with:
4242
token: ${{ steps.token_gen.outputs.app_token }}
4343

0 commit comments

Comments
 (0)