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

Merged
rasensprenger merged 1 commit from renovate/https-data.forgejo.org-actions-checkout-7.x into main 2026-08-06 14:00:23 +03:00

View file

@ -14,7 +14,7 @@ jobs:
run: nix profile add nixpkgs#nodejs_24 nixpkgs#bun run: nix profile add nixpkgs#nodejs_24 nixpkgs#bun
- name: Check out repo - name: Check out repo
uses: https://data.forgejo.org/actions/checkout@v4 uses: https://data.forgejo.org/actions/checkout@v7
- name: Install dependencies - name: Install dependencies
run: bun install --frozen-lockfile run: bun install --frozen-lockfile