Update actions/checkout action to v5 #196

Merged
bot merged 1 commits from renovate/actions-checkout-5.x into main 2025-08-12 04:02:02 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 5423790903 - Show all commits

View File

@@ -12,7 +12,7 @@ jobs:
build-nixos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: "Install Nix ❄️"
uses: cachix/install-nix-action@v31

View File

@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Install nix
uses: DeterminateSystems/nix-installer-action@v19
with: