Compare commits

..

1 Commits

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

View File

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