Skip to content

Commit 7773ff7

Browse files
ci(github-action)!: Update action actions/setup-python ( v4 ➔ v5 ) (#444)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 90f1e76 commit 7773ff7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint-and-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
helm repo update
3434
helm dependency build charts/mailu
3535
36-
- uses: actions/setup-python@v4
36+
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
3737
with:
3838
python-version: "3.13"
3939
check-latest: true

.github/workflows/trivy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
helm dependency build charts/mailu
4545
4646
- name: Set up python
47-
uses: actions/setup-python@v4
47+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
4848
with:
4949
python-version: '3.13'
5050

0 commit comments

Comments
 (0)