Skip to content

Commit 9aed488

Browse files
authored
Merge pull request #9 from codeshell/dependabot/github_actions/actions/setup-python-7
build(deps): bump actions/setup-python from 6 to 7
2 parents caadd75 + aa85d1b commit 9aed488

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)