Merge pull request #988 from samschott/dependabot/github_actions/actions/setup-python-4.7.1

Bump actions/setup-python from 4.7.0 to 4.7.1
This commit is contained in:
samschott 2023-10-29 17:37:35 +01:00 committed by GitHub
commit f5d94f0770
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View File

@ -13,7 +13,7 @@ jobs:
with:
ref: website
- uses: actions/setup-python@v4.7.0
- uses: actions/setup-python@v4.7.1
with:
python-version: '3.x'

View File

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4.7.0
- uses: actions/setup-python@v4.7.1
with:
python-version: '3.x'
- run: |

View File

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4.7.0
- uses: actions/setup-python@v4.7.1
with:
python-version: '3.x'

View File

@ -33,7 +33,7 @@ jobs:
if: github.event_name != 'pull_request_target'
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4.7.0
uses: actions/setup-python@v4.7.1
with:
python-version: ${{ matrix.python-version }}
@ -86,7 +86,7 @@ jobs:
if: github.event_name != 'pull_request_target'
- name: Set up Python 3.11
uses: actions/setup-python@v4.7.0
uses: actions/setup-python@v4.7.1
with:
python-version: '3.11'
@ -159,7 +159,7 @@ jobs:
if: github.event_name != 'pull_request_target'
- name: Set up Python 3.11
uses: actions/setup-python@v4.7.0
uses: actions/setup-python@v4.7.1
with:
python-version: '3.11'