1 Commits

Author SHA1 Message Date
c3ede6e35e chore(deps): update actions/setup-python action to v6
Some checks failed
CI / ci (pull_request) Failing after 11s
Conventional Commit / Validate PR Title (pull_request) Successful in 8s
2025-09-04 04:45:45 +00:00

View File

@@ -17,7 +17,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Run Hadolint - name: Run Hadolint
uses: hadolint/hadolint-action@v3.2.0 uses: hadolint/hadolint-action@v3.1.0
with: with:
dockerfile: Dockerfile dockerfile: Dockerfile
output-file: hadolint.out output-file: hadolint.out
@@ -25,7 +25,7 @@ jobs:
no-fail: true no-fail: true
- name: Setup Python - name: Setup Python
uses: actions/setup-python@v5 uses: actions/setup-python@v6
with: with:
python-version: 3.13 python-version: 3.13