aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-12-06 12:23:42 +0000
committerGitHub <noreply@github.com>2023-12-06 12:23:42 +0000
commit2e7e15927a3a8aed9eb71f28fdb4672e07e4ffea (patch)
tree866dadab2a541749c0ff4f8b67d0a8309e937989
parentf7abbe8efecbabcd6edf527f60bd697beef7a89d (diff)
downloadokio-2e7e15927a3a8aed9eb71f28fdb4672e07e4ffea.tar.gz
Update actions/setup-python action to v5
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index c86feddb..20f46167 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -154,7 +154,7 @@ jobs:
java-version: 19
- name: Set up Python
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
with:
python-version: 3.8