mirror of
https://github.com/samschott/maestral.git
synced 2024-12-11 15:46:27 +03:00
Bump actions/setup-python from 5.1.1 to 5.2.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.1.1 to 5.2.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5.1.1...v5.2.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
79e29a8449
commit
579b16dcf4
2
.github/workflows/appcast.yml
vendored
2
.github/workflows/appcast.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
with:
|
||||
ref: website
|
||||
|
||||
- uses: actions/setup-python@v5.1.1
|
||||
- uses: actions/setup-python@v5.2.0
|
||||
with:
|
||||
python-version: '3.x'
|
||||
|
||||
|
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v5.1.1
|
||||
- uses: actions/setup-python@v5.2.0
|
||||
with:
|
||||
python-version: '3.x'
|
||||
- run: |
|
||||
|
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
id-token: write
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v5.1.1
|
||||
- uses: actions/setup-python@v5.2.0
|
||||
with:
|
||||
python-version: '3.x'
|
||||
|
||||
|
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
||||
if: github.event_name != 'pull_request_target'
|
||||
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v5.1.1
|
||||
uses: actions/setup-python@v5.2.0
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
|
||||
@ -87,7 +87,7 @@ jobs:
|
||||
if: github.event_name != 'pull_request_target'
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v5.1.1
|
||||
uses: actions/setup-python@v5.2.0
|
||||
with:
|
||||
python-version: '3.12'
|
||||
|
||||
@ -161,7 +161,7 @@ jobs:
|
||||
if: github.event_name != 'pull_request_target'
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v5.1.1
|
||||
uses: actions/setup-python@v5.2.0
|
||||
with:
|
||||
python-version: '3.12'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user