diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index 8e59280..e429e9f 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -10,10 +10,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: https://github.com/actions/checkout@v4 - name: Setup Node.js - uses: actions/setup-node@v4 + uses: https://github.com/actions/setup-node@v4 with: node-version: '20' @@ -34,7 +34,7 @@ jobs: --ignore-files ".forgejo" ".git" "updates.json" "*.md" - name: Upload signed XPI to Forgejo Release - uses: softprops/action-gh-release@v2 + uses: https://github.com/softprops/action-gh-release@v2 with: # web-ext puts the downloaded file in the artifacts directory files: ./web-ext-artifacts/*.xpi