aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-11-03 20:04:42 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2022-11-03 20:04:42 +0200
commitb8e75f3962ab4e6d9b17f8236a3cf67eb82ca438 (patch)
treef1ddf3ed50753b8b351327d00fd6528fe1114a34
parentpyproject.toml: fix the wheel tag (diff)
downloadsnakeoil-b8e75f3962ab4e6d9b17f8236a3cf67eb82ca438.tar.gz
snakeoil-b8e75f3962ab4e6d9b17f8236a3cf67eb82ca438.tar.bz2
snakeoil-b8e75f3962ab4e6d9b17f8236a3cf67eb82ca438.zip
release.yml: update actions/setup-python to v4
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index b0d82dc9..cf1a719b 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v3
- name: Set up Python 3.10
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
with:
python-version: "3.10"
cache: 'pip'