Skip to content

Commit ebde553

Browse files
ci(deps)(deps): bump the actions group across 1 directory with 2 updates
Bumps the actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [actions/setup-python](https://github.com/actions/setup-python). 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) Updates `actions/setup-python` from 6 to 7 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/setup-python 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 8e45a3f commit ebde553

5 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/api-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@v6
29+
uses: actions/checkout@v7
3030
with:
3131
fetch-depth: 0
3232
fetch-tags: true
3333

3434
- name: Setup Python
35-
uses: actions/setup-python@v6
35+
uses: actions/setup-python@v7
3636
with:
3737
python-version: "3.13"
3838

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ jobs:
3232

3333
steps:
3434
- name: Checkout
35-
uses: actions/checkout@v6
35+
uses: actions/checkout@v7
3636
with:
3737
fetch-depth: 0
3838
fetch-tags: true
3939

4040
- name: Setup Python
41-
uses: actions/setup-python@v6
41+
uses: actions/setup-python@v7
4242
with:
4343
python-version: "3.13"
4444

@@ -79,13 +79,13 @@ jobs:
7979

8080
steps:
8181
- name: Checkout
82-
uses: actions/checkout@v6
82+
uses: actions/checkout@v7
8383
with:
8484
fetch-depth: 0
8585
fetch-tags: true
8686

8787
- name: Setup Python
88-
uses: actions/setup-python@v6
88+
uses: actions/setup-python@v7
8989
with:
9090
python-version: ${{ matrix.python-version }}
9191

@@ -115,13 +115,13 @@ jobs:
115115

116116
steps:
117117
- name: Checkout
118-
uses: actions/checkout@v6
118+
uses: actions/checkout@v7
119119
with:
120120
fetch-depth: 0
121121
fetch-tags: true
122122

123123
- name: Setup Python
124-
uses: actions/setup-python@v6
124+
uses: actions/setup-python@v7
125125
with:
126126
python-version: "3.12"
127127

.github/workflows/docker-publish.yml

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

1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v6
16+
uses: actions/checkout@v7
1717

1818
- name: Setup QEMU
1919
uses: docker/setup-qemu-action@v4

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424

2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v6
27+
uses: actions/checkout@v7
2828
with:
2929
fetch-depth: 0
3030
fetch-tags: true
3131

3232
- name: Setup Python
33-
uses: actions/setup-python@v6
33+
uses: actions/setup-python@v7
3434
with:
3535
python-version: "3.13"
3636

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424

2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v6
27+
uses: actions/checkout@v7
2828
with:
2929
fetch-depth: 0
3030
fetch-tags: true
3131

3232
- name: Setup Python
33-
uses: actions/setup-python@v6
33+
uses: actions/setup-python@v7
3434
with:
3535
python-version: "3.13"
3636

0 commit comments

Comments
 (0)