Update https://data.forgejo.org/actions/checkout action to v7 #17

Merged
rasensprenger merged 1 commit from renovate/https-data.forgejo.org-actions-checkout-7.x into master 2026-08-06 21:03:00 +03:00
2 changed files with 2 additions and 2 deletions

View file

@ -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: |

View file

@ -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