diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-05-31 22:41:08 +0000 |
---|---|---|
committer | Andy Scherzinger <info@andy-scherzinger.de> | 2025-06-01 09:38:26 +0200 |
commit | 6b20851438e1f64452df063ef665d0eb93ccc3c5 (patch) | |
tree | 6df955cdc069c9c2c9e0126232d4a005006558c0 | |
parent | 1eab80f9019e263670c0959c22f49a2a3c5ffdd2 (diff) | |
download | nextcloud-server-dependabot/github_actions/github-actions-1204f2af31.tar.gz nextcloud-server-dependabot/github_actions/github-actions-1204f2af31.zip |
build(deps): bump LizardByte/setup-python-actiondependabot/github_actions/github-actions-1204f2af31
Bumps the github-actions group with 1 update: [LizardByte/setup-python-action](https://github.com/lizardbyte/setup-python-action).
Updates `LizardByte/setup-python-action` from 2025.426.160528 to 2025.530.174035
- [Release notes](https://github.com/lizardbyte/setup-python-action/releases)
- [Commits](https://github.com/lizardbyte/setup-python-action/compare/f4367d0377eceec7e5e26da8f3863dd365b95a94...6fe61189717d4cb073a3219e234749125f53b5c2)
---
updated-dependencies:
- dependency-name: LizardByte/setup-python-action
dependency-version: 2025.530.174035
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | .github/workflows/integration-dav.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/integration-dav.yml b/.github/workflows/integration-dav.yml index 1dea78370fb..58cef83fcec 100644 --- a/.github/workflows/integration-dav.yml +++ b/.github/workflows/integration-dav.yml @@ -71,7 +71,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Set up Python - uses: LizardByte/setup-python-action@f4367d0377eceec7e5e26da8f3863dd365b95a94 # v2025.426.160528 + uses: LizardByte/setup-python-action@6fe61189717d4cb073a3219e234749125f53b5c2 # v2025.530.174035 with: python-version: '2.7' |