Skip to content

Commit 2e1788c

Browse files
deps(actions): bump actions/checkout in the github-actions group (#34)
Bumps the github-actions group with 1 update: [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: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0d315fa commit 2e1788c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
contents: read
3838
steps:
3939
- name: Checkout
40-
uses: actions/checkout@v6
40+
uses: actions/checkout@v7
4141

4242
- name: Setup Node.js
4343
uses: actions/setup-node@v6

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
needs: fork-gate
6262
runs-on: ubuntu-24.04
6363
steps:
64-
- uses: actions/checkout@v6
64+
- uses: actions/checkout@v7
6565
with:
6666
fetch-depth: 0 # full history so we can diff against the base branch
6767

@@ -85,7 +85,7 @@ jobs:
8585
needs: lint-tests
8686
runs-on: ubuntu-24.04
8787
steps:
88-
- uses: actions/checkout@v6
88+
- uses: actions/checkout@v7
8989
with:
9090
fetch-depth: 0 # full history so we can diff against the base branch
9191

0 commit comments

Comments
 (0)