Merge pull request #1151 from nwchemgit/dependabot/github_actions/actions/setup-python-6

Bump actions/setup-python from 5 to 6
This commit is contained in:
Edoardo Aprà 2025-09-08 09:34:33 -07:00 committed by GitHub
commit 3d4fadd528
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -504,7 +504,7 @@ jobs:
show-progress:
fetch-depth: 200
- name: Install Python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: "3.12"
- name: Get Instruction

View file

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v5
- uses: actions/setup-python@v6
with:
python-version: '3.12.3'
- run: pip install --upgrade pip wheel