Skip to content

Commit 7f1d9d6

Browse files
Update actions/setup-python action to v5.1.0 (#50)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e121f94 commit 7f1d9d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
go-version: "^1.18.0"
2222
- name: Setup Python
23-
uses: actions/setup-python@v5.0.0
23+
uses: actions/setup-python@v5.1.0
2424
with:
2525
python-version: "3.8"
2626
- run: pip install -r requirements.txt

0 commit comments

Comments
 (0)