chore(deps): update actions/checkout action to v5 (#247)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
8138cc3ec5
commit
de56ed844d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-flake-lock.yml
vendored
2
.github/workflows/update-flake-lock.yml
vendored
|
|
@ -9,7 +9,7 @@ jobs:
|
||||||
runs-on: "ubuntu-latest"
|
runs-on: "ubuntu-latest"
|
||||||
steps:
|
steps:
|
||||||
- name: "Checkout the repo"
|
- name: "Checkout the repo"
|
||||||
uses: "actions/checkout@v4"
|
uses: "actions/checkout@v5"
|
||||||
- name: "Install the Nix package manager"
|
- name: "Install the Nix package manager"
|
||||||
uses: "cachix/install-nix-action@master"
|
uses: "cachix/install-nix-action@master"
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue