mirror of
https://github.com/ivuorinen/actions.git
synced 2026-02-09 16:45:42 +00:00
Compare commits
1 Commits
renovate/a
...
renovate/a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
915fa0a76b |
@@ -22,7 +22,7 @@ runs:
|
|||||||
enable-cache: true
|
enable-cache: true
|
||||||
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
|
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
|
||||||
with:
|
with:
|
||||||
python-version-file: pyproject.toml
|
python-version-file: pyproject.toml
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ repos:
|
|||||||
types: [markdown, python, yaml]
|
types: [markdown, python, yaml]
|
||||||
files: ^(docs/.*|README\.md|CONTRIBUTING\.md|CHANGELOG\.md|.*\.py|.*\.ya?ml)$
|
files: ^(docs/.*|README\.md|CONTRIBUTING\.md|CHANGELOG\.md|.*\.py|.*\.ya?ml)$
|
||||||
- repo: https://github.com/astral-sh/uv-pre-commit
|
- repo: https://github.com/astral-sh/uv-pre-commit
|
||||||
rev: 0.9.28
|
rev: 0.10.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: uv-lock
|
- id: uv-lock
|
||||||
- id: uv-sync
|
- id: uv-sync
|
||||||
|
|||||||
@@ -75,7 +75,7 @@ runs:
|
|||||||
|
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
if: steps.check-files.outputs.files_found == 'true'
|
if: steps.check-files.outputs.files_found == 'true'
|
||||||
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
|
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
|
||||||
with:
|
with:
|
||||||
python-version: '3.14'
|
python-version: '3.14'
|
||||||
cache: 'pip'
|
cache: 'pip'
|
||||||
|
|||||||
@@ -486,7 +486,7 @@ runs:
|
|||||||
|
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
if: steps.detect-python.outputs.found == 'true'
|
if: steps.detect-python.outputs.found == 'true'
|
||||||
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
|
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
|
||||||
with:
|
with:
|
||||||
python-version: ${{ steps.python-version.outputs.detected-version }}
|
python-version: ${{ steps.python-version.outputs.detected-version }}
|
||||||
cache: 'pip'
|
cache: 'pip'
|
||||||
|
|||||||
@@ -224,7 +224,7 @@ runs:
|
|||||||
|
|
||||||
- name: Setup Python (pip)
|
- name: Setup Python (pip)
|
||||||
if: steps.package-manager.outputs.package-manager == 'pip'
|
if: steps.package-manager.outputs.package-manager == 'pip'
|
||||||
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
|
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
|
||||||
with:
|
with:
|
||||||
python-version: ${{ steps.python-version.outputs.detected-version }}
|
python-version: ${{ steps.python-version.outputs.detected-version }}
|
||||||
cache: 'pip'
|
cache: 'pip'
|
||||||
@@ -237,7 +237,7 @@ runs:
|
|||||||
|
|
||||||
- name: Setup Python (pipenv)
|
- name: Setup Python (pipenv)
|
||||||
if: steps.package-manager.outputs.package-manager == 'pipenv'
|
if: steps.package-manager.outputs.package-manager == 'pipenv'
|
||||||
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
|
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
|
||||||
with:
|
with:
|
||||||
python-version: ${{ steps.python-version.outputs.detected-version }}
|
python-version: ${{ steps.python-version.outputs.detected-version }}
|
||||||
cache: 'pipenv'
|
cache: 'pipenv'
|
||||||
@@ -247,7 +247,7 @@ runs:
|
|||||||
|
|
||||||
- name: Setup Python (poetry)
|
- name: Setup Python (poetry)
|
||||||
if: steps.package-manager.outputs.package-manager == 'poetry'
|
if: steps.package-manager.outputs.package-manager == 'poetry'
|
||||||
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
|
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
|
||||||
with:
|
with:
|
||||||
python-version: ${{ steps.python-version.outputs.detected-version }}
|
python-version: ${{ steps.python-version.outputs.detected-version }}
|
||||||
cache: 'poetry'
|
cache: 'poetry'
|
||||||
|
|||||||
Reference in New Issue
Block a user