Skip to content

Commit da1d1e3

Browse files
authored
chore(deps): actions/checkout ^ v7.0.0 (#1490)
## What? This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | `v6` → `v7` | --- ### Release Notes <details> <summary>actions/checkout (actions/checkout)</summary> ### [`v7.0.0`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v700) [Compare Source](https://redirect.github.com/actions/checkout/compare/v7.0.0...v7.0.0) - Block checking out fork PR for pull\_request\_target and workflow\_run by [@&#8203;aiqiaoy](https://redirect.github.com/aiqiaoy) in [#&#8203;2454](https://redirect.github.com/actions/checkout/pull/2454) - Bump actions/publish-immutable-action from 0.0.3 to 0.0.4 in the minor-actions-dependencies group across 1 directory by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;2458](https://redirect.github.com/actions/checkout/pull/2458) - Bump flatted from 3.3.1 to 3.4.2 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;2460](https://redirect.github.com/actions/checkout/pull/2460) - Bump js-yaml from 4.1.0 to 4.2.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;2461](https://redirect.github.com/actions/checkout/pull/2461) - Bump [@&#8203;actions/core](https://redirect.github.com/actions/core) and [@&#8203;actions/tool-cache](https://redirect.github.com/actions/tool-cache) and Remove uuid by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;2459](https://redirect.github.com/actions/checkout/pull/2459) - upgrade module to esm and update dependencies by [@&#8203;aiqiaoy](https://redirect.github.com/aiqiaoy) in [#&#8203;2463](https://redirect.github.com/actions/checkout/pull/2463) - Bump the minor-npm-dependencies group across 1 directory with 3 updates by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;2462](https://redirect.github.com/actions/checkout/pull/2462) ### [`v7`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v700) [Compare Source](https://redirect.github.com/actions/checkout/compare/v6.0.3...v7.0.0) - Block checking out fork PR for pull\_request\_target and workflow\_run by [@&#8203;aiqiaoy](https://redirect.github.com/aiqiaoy) in [#&#8203;2454](https://redirect.github.com/actions/checkout/pull/2454) - Bump actions/publish-immutable-action from 0.0.3 to 0.0.4 in the minor-actions-dependencies group across 1 directory by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;2458](https://redirect.github.com/actions/checkout/pull/2458) - Bump flatted from 3.3.1 to 3.4.2 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;2460](https://redirect.github.com/actions/checkout/pull/2460) - Bump js-yaml from 4.1.0 to 4.2.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;2461](https://redirect.github.com/actions/checkout/pull/2461) - Bump [@&#8203;actions/core](https://redirect.github.com/actions/core) and [@&#8203;actions/tool-cache](https://redirect.github.com/actions/tool-cache) and Remove uuid by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;2459](https://redirect.github.com/actions/checkout/pull/2459) - upgrade module to esm and update dependencies by [@&#8203;aiqiaoy](https://redirect.github.com/aiqiaoy) in [#&#8203;2463](https://redirect.github.com/actions/checkout/pull/2463) - Bump the minor-npm-dependencies group across 1 directory with 3 updates by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;2462](https://redirect.github.com/actions/checkout/pull/2462) </details> ## Why? Automated dependency update via Renovate. --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMzEuMiIsInVwZGF0ZWRJblZlciI6IjQzLjIzMS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
1 parent 9cc364e commit da1d1e3

19 files changed

Lines changed: 36 additions & 36 deletions

.github/workflows/backport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
5959
- name: Checkout
6060
if: steps.pr.outputs.run == 'true'
61-
uses: actions/checkout@v6
61+
uses: actions/checkout@v7
6262
with:
6363
fetch-depth: 0
6464
ref: release/v1

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
timeout-minutes: 30
1616
steps:
1717
- name: Checkout PR
18-
uses: actions/checkout@v6
18+
uses: actions/checkout@v7
1919
with:
2020
fetch-depth: 0
2121

.github/workflows/bot-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
core.setOutput('repo', pr.head.repo.full_name);
6969
7070
- name: Checkout
71-
uses: actions/checkout@v6
71+
uses: actions/checkout@v7
7272
with:
7373
repository: ${{ steps.pr.outputs.repo }}
7474
ref: ${{ steps.pr.outputs.ref }}

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
os: [ubuntu-latest, windows-latest, macos-latest]
1616
steps:
17-
- uses: actions/checkout@v6
17+
- uses: actions/checkout@v7
1818

1919
- name: Set up Go
2020
uses: actions/setup-go@v6
@@ -37,7 +37,7 @@ jobs:
3737
lint:
3838
runs-on: ubuntu-latest
3939
steps:
40-
- uses: actions/checkout@v6
40+
- uses: actions/checkout@v7
4141

4242
- name: Set up Go
4343
uses: actions/setup-go@v6
@@ -69,7 +69,7 @@ jobs:
6969
mod-tidy:
7070
runs-on: ubuntu-latest
7171
steps:
72-
- uses: actions/checkout@v6
72+
- uses: actions/checkout@v7
7373

7474
- name: Set up Go
7575
uses: actions/setup-go@v6
@@ -91,7 +91,7 @@ jobs:
9191
run:
9292
working-directory: docs
9393
steps:
94-
- uses: actions/checkout@v6
94+
- uses: actions/checkout@v7
9595

9696
- name: Set up Node.js
9797
uses: actions/setup-node@v6
@@ -109,7 +109,7 @@ jobs:
109109
snap:
110110
runs-on: ubuntu-latest
111111
steps:
112-
- uses: actions/checkout@v6
112+
- uses: actions/checkout@v7
113113

114114
- name: Validate snapcraft.yaml
115115
run: |
@@ -149,7 +149,7 @@ jobs:
149149
flatpak:
150150
runs-on: ubuntu-latest
151151
steps:
152-
- uses: actions/checkout@v6
152+
- uses: actions/checkout@v7
153153

154154
- name: Install dependencies
155155
run: |
@@ -191,7 +191,7 @@ jobs:
191191
nix:
192192
runs-on: ubuntu-latest
193193
steps:
194-
- uses: actions/checkout@v6
194+
- uses: actions/checkout@v7
195195

196196
- name: Install Nix
197197
uses: cachix/install-nix-action@v31
@@ -204,7 +204,7 @@ jobs:
204204
lua-plugins:
205205
runs-on: ubuntu-latest
206206
steps:
207-
- uses: actions/checkout@v6
207+
- uses: actions/checkout@v7
208208

209209
- name: Install Lua
210210
run: sudo apt-get update && sudo apt-get install -y lua5.4
@@ -223,7 +223,7 @@ jobs:
223223
goreleaser:
224224
runs-on: ubuntu-latest
225225
steps:
226-
- uses: actions/checkout@v6
226+
- uses: actions/checkout@v7
227227
with:
228228
fetch-depth: 0
229229

.github/workflows/demo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v6
19+
uses: actions/checkout@v7
2020
with:
2121
persist-credentials: false
2222

.github/workflows/integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# The runner step below polls /api/service/readiness externally instead.
3131

3232
steps:
33-
- uses: actions/checkout@v6
33+
- uses: actions/checkout@v7
3434

3535
- name: Set up Go
3636
uses: actions/setup-go@v6
@@ -70,7 +70,7 @@ jobs:
7070
matrix:
7171
os: [ubuntu-latest, macos-latest, windows-latest]
7272
steps:
73-
- uses: actions/checkout@v6
73+
- uses: actions/checkout@v7
7474

7575
- name: Set up Go
7676
uses: actions/setup-go@v6
@@ -89,7 +89,7 @@ jobs:
8989
runs-on: ubuntu-latest
9090
timeout-minutes: 15
9191
steps:
92-
- uses: actions/checkout@v6
92+
- uses: actions/checkout@v7
9393

9494
- name: Set up Go
9595
uses: actions/setup-go@v6

.github/workflows/label-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
LABELS_FILE: .github/labels.yml
2727
PRUNE: ${{ github.event.inputs.prune || 'false' }}
2828
steps:
29-
- uses: actions/checkout@v6
29+
- uses: actions/checkout@v7
3030

3131
- name: Upsert labels
3232
run: |

.github/workflows/labeler-backfill.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
env:
4343
GH_TOKEN: ${{ secrets.HOMEBREW_GITHUB_TOKEN }}
4444
steps:
45-
- uses: actions/checkout@v6
45+
- uses: actions/checkout@v7
4646

4747
- name: Collect open PR numbers
4848
id: prs

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
pull-requests: write
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v6
21+
- uses: actions/checkout@v7
2222

2323
- name: Apply Labels (issues — includes area/*)
2424
if: github.event_name == 'issues'

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: macos-latest
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v6
17+
uses: actions/checkout@v7
1818
with:
1919
fetch-depth: 0
2020

@@ -303,7 +303,7 @@ jobs:
303303
runner: ubuntu-24.04-arm
304304
steps:
305305
- name: Checkout
306-
uses: actions/checkout@v6
306+
uses: actions/checkout@v7
307307
with:
308308
fetch-depth: 0
309309

0 commit comments

Comments
 (0)