From 4cc18ef1dda78261abf7d60ff12f26fc2d77c1ee Mon Sep 17 00:00:00 2001 From: Rasensprenger Date: Thu, 6 Aug 2026 04:02:32 +0200 Subject: [PATCH] Update https://data.forgejo.org/actions/checkout action to v7 --- .forgejo/workflows/ci.yml | 2 +- .forgejo/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 523e360..594438d 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@v4 + uses: https://data.forgejo.org/actions/checkout@v7 - name: Run checks run: | diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index fcda261..05bc6e2 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@v4 + uses: https://data.forgejo.org/actions/checkout@v7 with: fetch-depth: 0