Skip to content

Commit 319104e

Browse files
build(deps): bump the GitHub Actions dependency group
Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [pnpm/action-setup](https://github.com/pnpm/action-setup). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) Updates `pnpm/action-setup` from 6.0.8 to 6.0.9 - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@v6.0.8...v6.0.9) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: pnpm/action-setup dependency-version: 6.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9607a33 commit 319104e

12 files changed

Lines changed: 31 additions & 31 deletions

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
timeout-minutes: 10
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v6
23+
uses: actions/checkout@v7
2424

2525
- name: Lint workflows
2626
uses: rhysd/actionlint@v1.7.12
@@ -31,7 +31,7 @@ jobs:
3131
timeout-minutes: 10
3232
steps:
3333
- name: Checkout
34-
uses: actions/checkout@v6
34+
uses: actions/checkout@v7
3535

3636
- name: Setup Node
3737
uses: actions/setup-node@v6

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
timeout-minutes: 10
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v6
30+
uses: actions/checkout@v7
3131

3232
- name: Initialize CodeQL
3333
uses: github/codeql-action/init@v4

.github/workflows/crabbox-hydrate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ jobs:
3939
runs-on: [self-hosted, crabbox, openclaw, openclaw-rtt, "${{ inputs.crabbox_runner_label }}"]
4040
timeout-minutes: 120
4141
steps:
42-
- uses: actions/checkout@v6
42+
- uses: actions/checkout@v7
4343
with:
4444
ref: ${{ inputs.ref || github.ref }}
4545

46-
- uses: pnpm/action-setup@v6.0.8
46+
- uses: pnpm/action-setup@v6.0.9
4747
with:
4848
version: ${{ env.PNPM_VERSION }}
4949

.github/workflows/main-channel-rtt.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,13 +111,13 @@ jobs:
111111
matrix: ${{ fromJSON(needs.resolve.outputs.matrix) }}
112112
steps:
113113
- name: Checkout RTT tracker
114-
uses: actions/checkout@v6
114+
uses: actions/checkout@v7
115115
with:
116116
path: openclaw-rtt
117117
fetch-depth: 0
118118

119119
- name: Checkout OpenClaw main
120-
uses: actions/checkout@v6
120+
uses: actions/checkout@v7
121121
with:
122122
repository: openclaw/openclaw
123123
ref: main
@@ -342,7 +342,7 @@ jobs:
342342
cancel-in-progress: false
343343
steps:
344344
- name: Checkout RTT tracker
345-
uses: actions/checkout@v6
345+
uses: actions/checkout@v7
346346
with:
347347
fetch-depth: 0
348348

.github/workflows/main-discord-rtt.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ jobs:
3131
environment: qa-live-shared
3232
steps:
3333
- name: Checkout RTT tracker
34-
uses: actions/checkout@v6
34+
uses: actions/checkout@v7
3535
with:
3636
path: openclaw-rtt
3737
fetch-depth: 0
3838

3939
- name: Checkout OpenClaw main
40-
uses: actions/checkout@v6
40+
uses: actions/checkout@v7
4141
with:
4242
repository: openclaw/openclaw
4343
ref: main

.github/workflows/main-rtt.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ jobs:
3030
timeout-minutes: 90
3131
steps:
3232
- name: Checkout RTT tracker
33-
uses: actions/checkout@v6
33+
uses: actions/checkout@v7
3434
with:
3535
path: openclaw-rtt
3636
fetch-depth: 0
3737

3838
- name: Checkout OpenClaw main
39-
uses: actions/checkout@v6
39+
uses: actions/checkout@v7
4040
with:
4141
repository: openclaw/openclaw
4242
ref: main

.github/workflows/main-surface-rtt.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ jobs:
4343
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
4444
steps:
4545
- name: Checkout RTT tracker
46-
uses: actions/checkout@v6
46+
uses: actions/checkout@v7
4747
with:
4848
path: openclaw-rtt
4949
fetch-depth: 0
5050

5151
- name: Checkout OpenClaw main
52-
uses: actions/checkout@v6
52+
uses: actions/checkout@v7
5353
with:
5454
repository: openclaw/openclaw
5555
ref: main

.github/workflows/readme-hydration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
timeout-minutes: 10
5050
steps:
5151
- name: Checkout RTT tracker
52-
uses: actions/checkout@v6
52+
uses: actions/checkout@v7
5353
with:
5454
fetch-depth: 0
5555

.github/workflows/release-channel-rtt.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
versions: ${{ steps.release.outputs.versions }}
5555
steps:
5656
- name: Checkout RTT tracker
57-
uses: actions/checkout@v6
57+
uses: actions/checkout@v7
5858
with:
5959
fetch-depth: 0
6060

@@ -96,13 +96,13 @@ jobs:
9696
package: ${{ fromJSON(needs.resolve.outputs.matrix) }}
9797
steps:
9898
- name: Checkout RTT tracker
99-
uses: actions/checkout@v6
99+
uses: actions/checkout@v7
100100
with:
101101
path: openclaw-rtt
102102
fetch-depth: 0
103103

104104
- name: Checkout OpenClaw release
105-
uses: actions/checkout@v6
105+
uses: actions/checkout@v7
106106
with:
107107
repository: openclaw/openclaw
108108
ref: ${{ matrix.package.tag }}
@@ -111,7 +111,7 @@ jobs:
111111
persist-credentials: false
112112

113113
- name: Checkout OpenClaw QA harness
114-
uses: actions/checkout@v6
114+
uses: actions/checkout@v7
115115
with:
116116
repository: openclaw/openclaw
117117
ref: ${{ matrix.package.qa_ref }}
@@ -381,7 +381,7 @@ jobs:
381381
cancel-in-progress: false
382382
steps:
383383
- name: Checkout RTT tracker
384-
uses: actions/checkout@v6
384+
uses: actions/checkout@v7
385385
with:
386386
fetch-depth: 0
387387

.github/workflows/release-surface-rtt.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
versions: ${{ steps.release.outputs.versions }}
4848
steps:
4949
- name: Checkout RTT tracker
50-
uses: actions/checkout@v6
50+
uses: actions/checkout@v7
5151
with:
5252
fetch-depth: 0
5353

@@ -88,13 +88,13 @@ jobs:
8888
package: ${{ fromJSON(needs.resolve.outputs.matrix) }}
8989
steps:
9090
- name: Checkout RTT tracker
91-
uses: actions/checkout@v6
91+
uses: actions/checkout@v7
9292
with:
9393
path: openclaw-rtt
9494
fetch-depth: 0
9595

9696
- name: Checkout OpenClaw release
97-
uses: actions/checkout@v6
97+
uses: actions/checkout@v7
9898
with:
9999
repository: openclaw/openclaw
100100
ref: ${{ matrix.package.tag }}
@@ -240,7 +240,7 @@ jobs:
240240
cancel-in-progress: false
241241
steps:
242242
- name: Checkout RTT tracker
243-
uses: actions/checkout@v6
243+
uses: actions/checkout@v7
244244
with:
245245
fetch-depth: 0
246246

0 commit comments

Comments
 (0)