Skip to content
This repository was archived by the owner on Oct 16, 2025. It is now read-only.

Commit aa630c3

Browse files
authored
Merge pull request #35 from pamelafox/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 6e20d04 + f9fe507 commit aa630c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-github-models.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v5
2323

2424
- name: Set up Python 3.11
25-
uses: actions/setup-python@v5
25+
uses: actions/setup-python@v6
2626
with:
2727
python-version-file: "pyproject.toml"
2828

0 commit comments

Comments
 (0)