chore(deps): update actions/checkout action to v6 #46

Merged
palkx merged 1 commits from renovate/actions-checkout-6.x into main 2025-12-29 10:35:17 +02:00
Showing only changes of commit 6ab4db91ab - Show all commits

View File

@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v5 uses: actions/checkout@v6
- name: Setup sudo (required for the next step) - name: Setup sudo (required for the next step)
run: apt-get update && apt-get install -y sudo run: apt-get update && apt-get install -y sudo
- name: Setup nix - name: Setup nix