Skip to content

Commit b8ef055

Browse files
authored
Merge pull request #116 from python-hyper/dependabot/github_actions/actions/setup-python-5.1.0
Bump actions/setup-python from 5.0.0 to 5.1.0
2 parents f6a40aa + b9ffd0c commit b8ef055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ${{ matrix.os }}
3030
steps:
3131
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
32-
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5
32+
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5
3333
with:
3434
python-version: ${{ matrix.python }}
3535
- run: python -mpip install --upgrade setuptools pip tox virtualenv

0 commit comments

Comments
 (0)