Skip to content

Commit 8ae25fe

Browse files
chore(deps): update dcc-bs/ci-workflows action to v7 (#25)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 072b2eb commit 8ae25fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515

1616
jobs:
1717
publish:
18-
uses: DCC-BS/ci-workflows/.github/workflows/publish-docker.yml@v4
18+
uses: DCC-BS/ci-workflows/.github/workflows/publish-docker.yml@v7
1919
secrets: inherit
2020
with:
2121
release_type: ${{ inputs.version_bump }} # major|minor|patch

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
backend-ci:
13-
uses: DCC-BS/ci-workflows/.github/workflows/python-backend-ci.yml@v4
13+
uses: DCC-BS/ci-workflows/.github/workflows/python-backend-ci.yml@v7
1414
with:
1515
python_versions: '["3.10","3.11","3.12","3.13"]'
1616
quality_python_version: "3.12"

0 commit comments

Comments
 (0)