Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Commit 240a00f

Browse files
chore(deps): update actions/setup-python action to v5
1 parent 49c2c70 commit 240a00f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Checkout
2020
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
2121

22-
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4
22+
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
2323
with:
2424
python-version: 3.7
2525

@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
version: v3.12.3
5353

54-
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4
54+
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
5555
with:
5656
python-version: 3.7
5757

0 commit comments

Comments
 (0)