Skip to content

Commit f7804d4

Browse files
Bump actions/checkout from 6 to 7 in the all-dependencies group (#1735)
Bumps the all-dependencies 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: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3c093f0 commit f7804d4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-publish.yaml

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

4242
steps:
4343
- name: Check out the repo
44-
uses: actions/checkout@v6
44+
uses: actions/checkout@v7
4545
with:
4646
fetch-depth: 0 # Fetch everything (tags)
4747

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
run_lint:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v6
9+
- uses: actions/checkout@v7
1010
- name: Check workflow files
1111
run: |
1212
curl --fail -L "https://github.com/rhysd/actionlint/releases/download/v${{ env.ACTIONLINT_VERSION }}/actionlint_${{ env.ACTIONLINT_VERSION }}_linux_amd64.tar.gz" -o actionlint.tar.gz
@@ -30,7 +30,7 @@ jobs:
3030
env:
3131
CURL_BINARY_PATH: /home/runner/work/telescope/curl
3232
steps:
33-
- uses: actions/checkout@v6
33+
- uses: actions/checkout@v7
3434
- name: Install uv
3535
uses: astral-sh/setup-uv@v7
3636
with:

0 commit comments

Comments
 (0)