Skip to content

Commit bc45716

Browse files
chore(deps): update actions/setup-python action to v6.1.0 (#173)
1 parent 16c0b8c commit bc45716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878

7979
# Python installs
8080
- name: Set up Python ${{ env.python_version }}
81-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
81+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
8282
with:
8383
python-version: ${{ env.python_version }}
8484
cache: pip

0 commit comments

Comments
 (0)