Update actions/checkout action to v4 #5

Merged
bot merged 1 commits from renovate/actions-checkout-4.x into main 2023-11-17 18:16:19 +01:00
Showing only changes of commit 6ae035e728 - Show all commits

View File

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