Skip to content

Commit aa85d1b

Browse files
build(deps): bump actions/setup-python from 6 to 7
Bumps [actions/setup-python](https://github.com/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/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 648a7d3 commit aa85d1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/fetch-and-regenerate-lists.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
ref: ${{ github.head_ref }}
2222
- name: Set up Python 3.14
23-
uses: actions/setup-python@v6
23+
uses: actions/setup-python@v7
2424
with:
2525
python-version: "3.14"
2626
cache: "pip"

0 commit comments

Comments
 (0)