Skip to content

Commit a6bb400

Browse files
authored
Merge pull request #44 from srz-zumix/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 6f3652b + 2cdbbe2 commit a6bb400

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/self-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
with:
7171
persist-credentials: false
7272
- name: Set up Python
73-
uses: actions/setup-python@v5
73+
uses: actions/setup-python@v6
7474
with:
7575
python-version: '3.x'
7676
- name: Install dependencies

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ runs:
6161
using: "composite"
6262
steps:
6363
- name: setup-python
64-
uses: actions/setup-python@v5
64+
uses: actions/setup-python@v6
6565
with:
6666
python-version: ${{ inputs.python-version }}
6767
# cache: 'pip'

0 commit comments

Comments
 (0)