Skip to content

Commit

Permalink
Merge remote-tracking branch 'remotes/origin/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/setup-python-5.0.0' into dev/deps
  • Loading branch information
tkem committed Jan 28, 2024
2 parents 928da6d + 4401ccb commit ceca09b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
python: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.9", "pypy3.10"]
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
with:
python-version: ${{ matrix.python }}
allow-prereleases: true
Expand Down

0 comments on commit ceca09b

Please sign in to comment.