From 78980ac0ba44eb729db6734861870a6d2e4e921d Mon Sep 17 00:00:00 2001 From: Victor Vargas Date: Mon, 3 Aug 2026 00:29:47 -0700 Subject: [PATCH] ci: align with Forgejo clean state, bump only on GitHub --- .github/workflows/bump-version.yml | 2 +- .github/workflows/release.yml | 2 +- VERSION | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index 9bc8efe..769d6a0 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v7 with: fetch-depth: 0 token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f75fdb6..915fbb4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: ext: '.exe' steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/VERSION b/VERSION index 74202dc..c03d421 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.1.366-alpha +v0.1.1-alpha