Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
43ff472fa5 |
@@ -9,7 +9,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v7
|
||||||
- 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
|
||||||
|
|||||||
@@ -15,9 +15,9 @@ jobs:
|
|||||||
changes: ${{ steps.checkChanges.outputs.CHANGES }}
|
changes: ${{ steps.checkChanges.outputs.CHANGES }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v7
|
||||||
- name: Checkout nix-configuration repository
|
- name: Checkout nix-configuration repository
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v7
|
||||||
with:
|
with:
|
||||||
repository: xaked/nix-config
|
repository: xaked/nix-config
|
||||||
path: nix-config
|
path: nix-config
|
||||||
|
|||||||
Reference in New Issue
Block a user