diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index ab8028a..9cf9447 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -17,13 +17,13 @@ jobs: steps: - name: Check out the released tag - uses: https://gitea.com/actions/checkout@11d5960a326750d5838078e36cf38b85af677262 + uses: https://github.com/actions/checkout@11d5960a326750d5838078e36cf38b85af677262 with: ref: ${{ gitea.event.release.tag_name }} fetch-depth: 1 - name: Set up Node.js - uses: https://gitea.com/actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 + uses: https://github.com/actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 with: node-version: 22