chore(deps): update actions/checkout action to v7 #54

Open
lain wants to merge 1 commits from renovate/actions-checkout-7.x into main
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 43ff472fa5 - Show all commits
+1 -1
View File
@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Setup sudo (required for the next step)
run: apt-get update && apt-get install -y sudo
- name: Setup nix
+2 -2
View File
@@ -15,9 +15,9 @@ jobs:
changes: ${{ steps.checkChanges.outputs.CHANGES }}
steps:
- name: Checkout Repository
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Checkout nix-configuration repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: xaked/nix-config
path: nix-config