Update actions/checkout action to v4 #42

Merged
sora merged 1 commits from renovate/actions-checkout-4.x into main 2024-04-19 07:58:31 +02:00
Showing only changes of commit 486db33120 - 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@v10
with: