Skip to content

Commit 2a4d7be

Browse files
build(deps): bump the actions-infrastructure group across 1 directory with 2 updates
Bumps the actions-infrastructure 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 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) Updates `actions/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-infrastructure - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-infrastructure ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7845e64 commit 2a4d7be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tox.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
DEPENDS: ${{ matrix.dependencies }}
8383

8484
steps:
85-
- uses: actions/checkout@v5
85+
- uses: actions/checkout@v6
8686
with:
8787
submodules: recursive
8888
fetch-depth: 0
@@ -93,7 +93,7 @@ jobs:
9393
path: ${{ env.TEST_DATA_HOME }}
9494
key: data-cache-v2-${{ needs.cache-test-data.outputs.SHA }}
9595
- name: Set up Python ${{ matrix.python-version }}
96-
uses: actions/setup-python@v5
96+
uses: actions/setup-python@v6
9797
with:
9898
python-version: ${{ matrix.python-version }}
9999
- name: Display Python version
@@ -118,7 +118,7 @@ jobs:
118118
check: ['style']
119119

120120
steps:
121-
- uses: actions/checkout@v5
121+
- uses: actions/checkout@v6
122122
- name: Install the latest version of uv
123123
uses: astral-sh/setup-uv@v7
124124
- name: Show tox config

0 commit comments

Comments
 (0)