Merge pull request 'chore(deps): update actions/setup-python action to v7' (#38) from renovate/actions-setup-python-7.x into main
Main Release / tag (push) Blocked by required conditions
Docker Build and Push / test (push) Failing after 2m3s
Docker Build and Push / integration-test (push) Successful in 3m9s
Docker Build and Push / build (push) Skipped
Main Release / hadolint (push) Successful in 9s
Main Release / test (push) Successful in 23s
Main Release / build (push) Waiting to run

Reviewed-on: #38
This commit was merged in pull request #38.
This commit is contained in:
2026-07-23 07:56:26 -04:00
+2 -2
View File
@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6 - uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
with: with:
python-version: "3.14" python-version: "3.14"
- name: Install dependencies - name: Install dependencies
@@ -42,7 +42,7 @@ jobs:
sleep 1 sleep 1
done done
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6 - uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
with: with:
python-version: "3.14" python-version: "3.14"
- name: Install dependencies - name: Install dependencies