mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Merge pull request #8219 from nextcloud/dependabot/github_actions/actions/setup-python-5.6.0
chore(deps): Bump actions/setup-python from 5.5.0 to 5.6.0
This commit is contained in:
commit
cdc33f0972
2
.github/workflows/macos-build-and-test.yml
vendored
2
.github/workflows/macos-build-and-test.yml
vendored
@ -38,7 +38,7 @@ jobs:
|
||||
key: macos-latest-${{ env.CRAFT_TARGET }}
|
||||
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
|
||||
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
|
||||
with:
|
||||
python-version: 3.12
|
||||
|
||||
|
||||
2
.github/workflows/windows-build-and-test.yml
vendored
2
.github/workflows/windows-build-and-test.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
|
||||
|
||||
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
|
||||
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
|
||||
with:
|
||||
python-version: '3.12'
|
||||
- name: Install Craft Master with Nextcloud Client Deps
|
||||
|
||||
Loading…
Reference in New Issue
Block a user