Skip to content

Commit

Permalink
bump actions/checkout ver
Browse files Browse the repository at this point in the history
  • Loading branch information
qmacro committed Jan 25, 2024
1 parent 5c64ce3 commit 1f920b3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/community-id-requester.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- id: checkout
name: Check out the repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
token: ${{ steps.token_gen.outputs.app_token }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/disallowed-content-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- id: checkout
name: Check out the repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
token: ${{ steps.token_gen.outputs.app_token }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/markdown-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- id: checkout_repo
name: Check out the repository content
uses: actions/checkout@v2
uses: actions/checkout@v3

- id: check_files_changed
uses: dorny/paths-filter@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merged-pr-labeler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- id: checkout
name: Check out the repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
token: ${{ steps.token_gen.outputs.app_token }}

Expand Down

0 comments on commit 1f920b3

Please sign in to comment.