1 Commits

Author SHA1 Message Date
361341fa81 chore(deps): update actions/setup-python action to v6
Some checks failed
CI / ci (pull_request) Failing after 8s
Validate PR Title / validate (pull_request) Successful in 6s
2025-09-04 04:35:53 +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"