Update actions/checkout action to v6 #220

Merged
bot merged 1 commits from renovate/actions-checkout-6.x into main 2025-11-21 03:01:56 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit ef14fb82b7 - Show all commits

View File

@@ -12,7 +12,7 @@ jobs:
build-nixos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- 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@v5
uses: actions/checkout@v6
- name: Install nix
uses: DeterminateSystems/nix-installer-action@v21
with: