aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/test.yaml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-09-05 00:11:30 +0000
committerGravatar GitHub <[email protected]>2025-09-05 00:11:30 +0000
commite3a19ae895dee4d5aca7c25e1fc8c4d373e9f896 (patch)
treed7e3d43c0761c603e9cbcde34ff7f19f71ec7236 /.github/workflows/test.yaml
parentBump the ci-dependencies group across 1 directory with 2 updates (#240) (diff)
Bump actions/setup-python from 5 to 6 in the ci-dependencies group
Bumps the ci-dependencies group with 1 update: [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to '')
-rw-r--r--.github/workflows/test.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
index 68e3858..a7d66a1 100644
--- a/.github/workflows/test.yaml
+++ b/.github/workflows/test.yaml
@@ -60,7 +60,7 @@ jobs:
uses: actions/checkout@v5
- name: Set up Python
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
with:
python-version: "3.11"
cache: pip