Skip to content

Commit 26d694f

Browse files
build(deps): bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/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) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bf57766 commit 26d694f

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
name: Tests (Node ${{ matrix.node-version }} - node-red ${{ matrix.node-red-version }})
4141
steps:
42-
- uses: actions/checkout@v6
42+
- uses: actions/checkout@v7
4343
- name: Install pnpm
4444
uses: pnpm/action-setup@v6
4545
- name: Use Node.js ${{ matrix.node-version }}
@@ -77,7 +77,7 @@ jobs:
7777
if: ${{ needs.release-please.outputs.release_created }}
7878
runs-on: ubuntu-latest
7979
steps:
80-
- uses: actions/checkout@v6
80+
- uses: actions/checkout@v7
8181
- name: Install pnpm
8282
uses: pnpm/action-setup@v6
8383
- uses: actions/setup-node@v6

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build-deploy:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v6
16+
- uses: actions/checkout@v7
1717
with:
1818
ref: ${{ github.event.inputs.branch }}
1919
fetch-depth: 0 # For last-updated time

.github/workflows/format-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v6
14+
uses: actions/checkout@v7
1515
with:
1616
# Fork PRs: head_ref only exists on the head repo, not upstream origin
1717
repository: ${{ github.event.pull_request.head.repo.full_name }}

.github/workflows/publish.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
11-
uses: actions/checkout@v6
11+
uses: actions/checkout@v7
1212
- name: Install pnpm
1313
uses: pnpm/action-setup@v6
1414
- name: Setup Node

.github/workflows/remove-waiting-for-response.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout repository
12-
uses: actions/checkout@v6
12+
uses: actions/checkout@v7
1313

1414
- name: Remove label from issue if comment is from author
1515
uses: actions/github-script@v9

0 commit comments

Comments
 (0)