Skip to content

Commit b28ea18

Browse files
Bump actions/checkout in the actions group across 1 directory
Bumps the actions group with 1 update in the / directory: [actions/checkout](https://github.com/actions/checkout). 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) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fc172f3 commit b28ea18

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/bump-version.yml

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

1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@v6
21+
uses: actions/checkout@v7
2222
with:
2323
token: ${{ secrets.PUBLISH_TOKEN }}
2424

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
name: "test (node:${{ matrix.node-version }})"
2424
steps:
2525
- name: Checkout repository
26-
uses: actions/checkout@v6
26+
uses: actions/checkout@v7
2727

2828
- name: Setup Node.js ${{ matrix.node-version }}
2929
uses: actions/setup-node@v6

.github/workflows/create-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout repository
14-
uses: actions/checkout@v6
14+
uses: actions/checkout@v7
1515

1616
- name: Setup Node.js
1717
uses: actions/setup-node@v6
@@ -46,7 +46,7 @@ jobs:
4646
contents: write
4747
steps:
4848
- name: Checkout repository
49-
uses: actions/checkout@v6
49+
uses: actions/checkout@v7
5050
with:
5151
token: ${{ secrets.PUBLISH_TOKEN }}
5252
fetch-depth: 0

.github/workflows/sync-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Check out dependencies
17-
uses: actions/checkout@v6
17+
uses: actions/checkout@v7
1818
with:
1919
ref: dependencies
2020
fetch-depth: 0

0 commit comments

Comments
 (0)