Skip to content

Commit 7c078df

Browse files
Merge pull request #40 from secondlife/dependabot/github_actions/actions/setup-python-6
2 parents af9bce6 + a3f83bb commit 7c078df

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
@@ -61,7 +61,7 @@ jobs:
6161
run: ls *.tar.bz2 >/dev/null || exit "Expected .tar.bz2 package"
6262

6363
# Test custom python version
64-
- uses: actions/setup-python@v5
64+
- uses: actions/setup-python@v6
6565
with:
6666
python-version: "3.10"
6767

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ runs:
123123
path: .build-variables
124124

125125
- name: Setup python
126-
uses: actions/setup-python@v5
126+
uses: actions/setup-python@v6
127127
if: ${{ fromJSON(inputs.setup-python) }}
128128
with:
129129
python-version: 3.x

0 commit comments

Comments
 (0)