Skip to content

Commit 646019a

Browse files
chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 (#1772)
* chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.3 to 7.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.3...v7.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * docs: add details to CHANGES --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sijis Aviles <sijis.aviles@gmail.com>
1 parent a193fea commit 646019a

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/docker-build.yml

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

1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v6.0.3
18+
uses: actions/checkout@v7.0.0
1919

2020
- name: Set up QEMU
2121
uses: docker/setup-qemu-action@v4

.github/workflows/lxc-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v6.0.3
19+
uses: actions/checkout@v7.0.0
2020

2121
- name: Install dependencies
2222
run: |

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
python-version: ["3.10", "3.11", "3.12", "3.13"]
2323

2424
steps:
25-
- uses: actions/checkout@v6.0.3
25+
- uses: actions/checkout@v7.0.0
2626
- name: Set up Python ${{ matrix.python-version }}
2727
uses: actions/setup-python@v6.2.0
2828
with:
@@ -64,7 +64,7 @@ jobs:
6464
runs-on: ubuntu-latest
6565
steps:
6666
- name: Checkout
67-
uses: actions/checkout@v6.0.3
67+
uses: actions/checkout@v7.0.0
6868

6969
- name: Set up QEMU
7070
uses: docker/setup-qemu-action@v4

CHANGES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ v9.9.9 (unreleased)
55
- feat: support editable installed entrypoint plugins (#1766)
66
- fix: XMPP backend referencing invalid method (#1768)
77
- fix: XMPP support on python 3.10 (#1771)
8+
- chore: bump actions/checkout version (#1772)
89

910

1011
v6.2.1 (2026-06-06)

0 commit comments

Comments
 (0)