diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-11-03 20:04:42 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-11-03 20:04:42 +0200 |
commit | b8e75f3962ab4e6d9b17f8236a3cf67eb82ca438 (patch) | |
tree | f1ddf3ed50753b8b351327d00fd6528fe1114a34 | |
parent | pyproject.toml: fix the wheel tag (diff) | |
download | snakeoil-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.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b0d82dc..cf1a719 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' |