Compare commits

..

1 Commits

Author SHA1 Message Date
Renovate Bot
070542bf7d Update https://git.quad4.io/actions/setup-python digest to a26af69
All checks were successful
Build and Publish Docker Image / build (pull_request) Successful in 6m39s
2025-12-31 00:02:08 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ jobs:
with: with:
persist-credentials: false persist-credentials: false
- name: Set up Python - name: Set up Python
uses: https://git.quad4.io/actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5 uses: https://git.quad4.io/actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
with: with:
python-version: "3.13" python-version: "3.13"
- name: Install pypa/build - name: Install pypa/build
@@ -39,7 +39,7 @@ jobs:
- name: Build a binary wheel and a source tarball - name: Build a binary wheel and a source tarball
run: python3 -m build run: python3 -m build
- name: Store the distribution packages - name: Store the distribution packages
uses: https://git.quad4.io/actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 uses: https://git.quad4.io/actions/upload-artifact@8689daa8608e46baf41e4786cb83fbc0dea972cd # v4
with: with:
name: python-package-distributions name: python-package-distributions
path: dist/ path: dist/

View File

@@ -11,7 +11,7 @@ jobs:
- name: Checkout - name: Checkout
uses: https://git.quad4.io/actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 uses: https://git.quad4.io/actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: Set up Python - name: Set up Python
uses: https://git.quad4.io/actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5 uses: https://git.quad4.io/actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
with: with:
python-version: '3.10' python-version: '3.10'
- name: Install dependencies - name: Install dependencies