summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-12-06 12:12:54 +0000
committerGitHub <noreply@github.com>2023-12-06 12:12:54 +0000
commit9c1a0829e0a6f3ae8dcef34e9695d7abfd5740a6 (patch)
treed3811d22cc715238dbe450ec70812169045ce7a3
parent19596dcc7742fb30e915f73ff6acb1b76371079d (diff)
Update actions/setup-python action to v5renovate/actions-setup-python-5.x
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a286cf7..ca26cc0 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
- os: windows-latest
python-version: "3.10"
steps:
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- uses: actions/checkout@v3