👷 lock setup-python commit hash

This commit is contained in:
felinae98
2022-12-03 17:56:06 +08:00
parent 0ff13eea98
commit 49271398ad
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ jobs:
- uses: actions/checkout@v3
- name: Setup Python environment
uses: he0119/setup-python@main
uses: he0119/setup-python@79c04f1e1bcbfe45c9d0eca6aa522e9b364d7dfa
with:
python-version: ${{ matrix.python-version }}
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
token: ${{ secrets.GH_PAT }}
- name: Setup Python environment
uses: he0119/setup-python@main
uses: he0119/setup-python@79c04f1e1bcbfe45c9d0eca6aa522e9b364d7dfa
- run: echo "TAG_NAME=v$(poetry version -s)" >> $GITHUB_ENV
+1 -1
View File
@@ -34,7 +34,7 @@ jobs:
path: ./src/plugins/nonebot_bison/admin_page/dist
- name: Setup Python environment
uses: he0119/setup-python@main
uses: he0119/setup-python@79c04f1e1bcbfe45c9d0eca6aa522e9b364d7dfa
- run: |
echo "TAG_NAME=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV