Skip to content

Commit 6c35e70

Browse files
authored
Merge pull request #3 from AlchemyViewer/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 5a09841 + 78b35c5 commit 6c35e70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: ls *.tar.bz2 >/dev/null || exit "Expected .tar.bz2 package"
6060

6161
# Test custom python version
62-
- uses: actions/setup-python@v5
62+
- uses: actions/setup-python@v6
6363
with:
6464
python-version: "3.13"
6565

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ runs:
146146
path: .build-variables
147147

148148
- name: Setup python
149-
uses: actions/setup-python@v5
149+
uses: actions/setup-python@v6
150150
if: ${{ fromJSON(inputs.setup-python) }}
151151
with:
152152
python-version: 3.x

0 commit comments

Comments
 (0)