Skip to content

Commit f9a5e7e

Browse files
chore(deps): bump actions/checkout in the github_actions group
Bumps the github_actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github_actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0770788 commit f9a5e7e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
container:
2424
image: python:${{ matrix.python-version }}-${{ matrix.debian-version }}
2525
steps:
26-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@v6
2727
- name: Install dependencies
2828
run: |
2929
apt-get update
@@ -44,7 +44,7 @@ jobs:
4444
container:
4545
image: python:3.14-trixie
4646
steps:
47-
- uses: actions/checkout@v5
47+
- uses: actions/checkout@v6
4848
- name: Install nox
4949
run: pip install nox
5050
- name: Build docs
@@ -59,7 +59,7 @@ jobs:
5959
container:
6060
image: python:3.14-trixie
6161
steps:
62-
- uses: actions/checkout@v5
62+
- uses: actions/checkout@v6
6363
- name: Install nox
6464
run: pip install nox
6565
- name: Run linter
@@ -74,7 +74,7 @@ jobs:
7474
container:
7575
image: node:22-trixie
7676
steps:
77-
- uses: actions/checkout@v5
77+
- uses: actions/checkout@v6
7878
- name: Install standardjs dependencies
7979
run: make ci-install-standardjs
8080
- name: Run standardjs

0 commit comments

Comments
 (0)