Skip to content

Commit 20e039f

Browse files
authored
docs+ci: bump actions/checkout to v7 (#37)
docs+ci: bump actions/checkout to v7 (README, example workflow, tag mover) v7's only behavior change blocks fork-PR checkout under pull_request_target/workflow_run triggers (actions/checkout#2454); nothing here uses those. Coordinated with pgup-ai/jbot-review#90 and the landing site so every documented snippet pins the same major.
1 parent 56fa59f commit 20e039f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/move-v0-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
move-v0:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v6
15+
- uses: actions/checkout@v7
1616
with:
1717
fetch-depth: 0
1818
fetch-tags: true

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
if: github.event.pull_request.draft == false
7878
runs-on: ubuntu-latest
7979
steps:
80-
- uses: actions/checkout@v6
80+
- uses: actions/checkout@v7
8181
with:
8282
fetch-depth: 0
8383
- uses: pgup-ai/jbot-review-action@v0 # latest v0.x.y

examples/jbot-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
cancel-in-progress: true
138138
runs-on: ubuntu-latest
139139
steps:
140-
- uses: actions/checkout@v6
140+
- uses: actions/checkout@v7
141141
with:
142142
fetch-depth: 0
143143
# issue_comment and workflow_dispatch run on the default branch, so

0 commit comments

Comments
 (0)