From 0a6badb235ff62942e362a948bfe583ee589c670 Mon Sep 17 00:00:00 2001 From: Tibo De Peuter Date: Sat, 8 Aug 2026 17:58:20 +0200 Subject: [PATCH] fix: github action urls --- .forgejo/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index 8e59280..a38c3a9 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: github.com/actions/checkout@v4 - name: Setup Node.js - uses: actions/setup-node@v4 + uses: 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: github.com/softprops/action-gh-release@v2 with: # web-ext puts the downloaded file in the artifacts directory files: ./web-ext-artifacts/*.xpi