Skip to content

Commit a09f6a0

Browse files
Update actions/setup-python action to v6
1 parent 5c8ec58 commit a09f6a0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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@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@v5
24+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
2525
with:
2626
python-version: "3.11"
2727

0 commit comments

Comments
 (0)