Skip to content

Commit 953aea3

Browse files
authored
Merge pull request #124 from python-hyper/dependabot/github_actions/actions/setup-python-5.2.0
Bump actions/setup-python from 5.1.0 to 5.2.0
2 parents 75e77ba + af73865 commit 953aea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ${{ matrix.os }}
3434
steps:
3535
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
36-
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5
36+
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
3737
with:
3838
python-version: ${{ matrix.python }}
3939
- run: python -mpip install --upgrade setuptools pip tox virtualenv

0 commit comments

Comments
 (0)