ci: align with Forgejo clean state, bump only on GitHub

This commit is contained in:
Victor Hugo Vargas Servin 2026-08-03 00:29:47 -07:00
parent 77d0588305
commit 78980ac0ba
3 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v5 uses: actions/checkout@v7
with: with:
fetch-depth: 0 fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}

View file

@ -37,7 +37,7 @@ jobs:
ext: '.exe' ext: '.exe'
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v5 uses: actions/checkout@v7
with: with:
fetch-depth: 0 fetch-depth: 0

View file

@ -1 +1 @@
v0.1.366-alpha v0.1.1-alpha