diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 594438d..523e360 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: run: nix profile add nixpkgs#nodejs_24 - name: Checkout - uses: https://data.forgejo.org/actions/checkout@v7 + uses: https://data.forgejo.org/actions/checkout@v4 - name: Run checks run: | diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index 05bc6e2..fcda261 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -25,7 +25,7 @@ jobs: run: nix profile add nixpkgs#nodejs_24 nixpkgs#bun - name: Check out repo - uses: https://data.forgejo.org/actions/checkout@v7 + uses: https://data.forgejo.org/actions/checkout@v4 with: fetch-depth: 0