Skip to content

Commit 478e4f7

Browse files
Update actions/setup-python action to v6
1 parent eefbceb commit 478e4f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/static-analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
cache: "yarn"
3232
node-version: "lts/*"
3333

34-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
34+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
3535
with:
3636
python-version: "3.11"
3737

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
cache: "yarn"
2222
node-version: "lts/*"
2323

24-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
24+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
2525
with:
2626
python-version: "3.11"
2727

0 commit comments

Comments
 (0)