chore(deps): update https://data.forgejo.org/actions/checkout action to v7
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
Dependency builds / Build & Lint (pull_request) Failing after 48s

This commit is contained in:
Rasensprenger 2026-08-09 23:01:07 +02:00
commit 95630a8887
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ jobs:
runs-on: nixos runs-on: nixos
steps: steps:
- run: nix profile add nixpkgs#nodejs_24 - run: nix profile add nixpkgs#nodejs_24
- uses: https://data.forgejo.org/actions/checkout@v4 - uses: https://data.forgejo.org/actions/checkout@v7
with: with:
persist-credentials: false persist-credentials: false
- run: nix develop .#electron --command pnpm install --frozen-lockfile - run: nix develop .#electron --command pnpm install --frozen-lockfile

View file

@ -14,7 +14,7 @@ jobs:
run: nix profile add nixpkgs#nodejs_24 nixpkgs#pnpm nixpkgs#rsync nixpkgs#jq nixpkgs#gnused run: nix profile add nixpkgs#nodejs_24 nixpkgs#pnpm nixpkgs#rsync nixpkgs#jq nixpkgs#gnused
- 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: pnpm install --frozen-lockfile run: pnpm install --frozen-lockfile