mirror of
https://github.com/venthur/blag.git
synced 2025-11-26 13:13:06 +00:00
Update workflow
- change to `gitea.com` for used actons - bump checkout 4 -> 5 - bump setup-python 5 -> 6 - bump python version 3.11 -> 3.12 - only run actions on version tag. update changelog - fix history - add section for this update.
This commit is contained in:
@@ -2,8 +2,6 @@ name: CI/CD Pipeline
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- "v**"
|
||||
|
||||
@@ -13,10 +11,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: https://github.com/actions/checkout@v4
|
||||
- uses: https://github.com/actions/setup-python@v5
|
||||
- uses: https://gitea.com/actions/checkout@v5
|
||||
- uses: https://gitea.com/actions/setup-python@v6
|
||||
with:
|
||||
python-version: "3.11"
|
||||
python-version: "3.12"
|
||||
|
||||
- run: |
|
||||
make venv
|
||||
|
||||
Reference in New Issue
Block a user