Skip to content

Commit c0ca0e7

Browse files
Bump actions/checkout from 4 to 5 (#14)
1 parent db3f14f commit c0ca0e7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/autopep8-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
# Checkout the pull request branch
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@v5
1111
with:
1212
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
1313
repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }}

.github/workflows/black-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
# Checkout the pull request branch
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@v5
1111
with:
1212
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
1313
repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }}

.github/workflows/hello-world-pr-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
# Checkout the pull request branch
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@v5
1111
with:
1212
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
1313
repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }}

.github/workflows/rebase.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout pull request
11-
uses: actions/checkout@v4
11+
uses: actions/checkout@v5
1212
with:
1313
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
1414
repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }}

.github/workflows/reset-demo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
# Checkout the pull request branch
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@v5
1111
with:
1212
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
1313
repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }}

0 commit comments

Comments
 (0)