Skip to content

Commit 151075e

Browse files
chore(deps): update actions/setup-python action to v5 (gitbugactions#153)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c7df3e1 commit 151075e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/[email protected]
2323

2424
- name: Set up Python
25-
uses: actions/setup-python@v4.8.0
25+
uses: actions/setup-python@v5.1.0
2626
with:
2727
python-version: ${{ matrix.python-version }}
2828

0 commit comments

Comments
 (0)