aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/python-publish.yml
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-12-08 01:04:18 +0800
committerGitHub <noreply@github.com>2023-12-08 01:04:18 +0800
commit3dde9b9560e4be93afa6ecc6a09071f8c942b62d (patch)
tree6ecaddc2aad069d4efb062de99939cf7773b9606 /.github/workflows/python-publish.yml
parente777e9261caf84be00a218b60045a14741beee7b (diff)
parentcbbf74523cb06c2ee8f482b7ffb3c66b0cfb3fe7 (diff)
downloadinfini-3dde9b9560e4be93afa6ecc6a09071f8c942b62d.tar.gz
infini-3dde9b9560e4be93afa6ecc6a09071f8c942b62d.zip
Merge pull request #33 from HydroRoll-Team/dependabot/github_actions/actions/setup-python-5
build(deps): bump actions/setup-python from 4 to 5
Diffstat (limited to '.github/workflows/python-publish.yml')
-rw-r--r--.github/workflows/python-publish.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml
index b630f38f..88dbd950 100644
--- a/.github/workflows/python-publish.yml
+++ b/.github/workflows/python-publish.yml
@@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v5
with:
python-version: "3.11"