Skip to content

Commit 93dfe0e

Browse files
Merge pull request #41 from plone/dependabot/github_actions/actions/setup-python-6.1.0
Bump actions/setup-python from 6.0.0 to 6.1.0
2 parents 0ad7bd5 + 0b2bd2f commit 93dfe0e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
persist-credentials: false
3232
- name: Set up Python
33-
uses: actions/setup-python@v6
33+
uses: actions/setup-python@v6.1.0
3434
with:
3535
python-version: ${{ matrix.config[0] }}
3636
allow-prereleases: true

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
steps:
3939
- uses: actions/checkout@v6.0.0
4040
- name: Set up Python
41-
uses: actions/setup-python@v6.0.0
41+
uses: actions/setup-python@v6.1.0
4242
with:
4343
python-version: ${{ matrix.config[0] }}
4444
- name: Install dependencies

0 commit comments

Comments
 (0)