Upgrade checkout action
This commit is contained in:
parent
05e7f2ddda
commit
39ef0a7aaf
1 changed files with 2 additions and 2 deletions
4
.github/workflows/update-flake-lock.yml
vendored
4
.github/workflows/update-flake-lock.yml
vendored
|
|
@ -2,14 +2,14 @@ name: update-flake-lock
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '45 3 * * 1' # runs weekly every Monday at 03:45 UTC
|
- cron: "45 3 * * 1" # runs weekly every Monday at 03:45 UTC
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lockfile:
|
lockfile:
|
||||||
runs-on: "ubuntu-latest"
|
runs-on: "ubuntu-latest"
|
||||||
steps:
|
steps:
|
||||||
- name: "Checkout the repo"
|
- name: "Checkout the repo"
|
||||||
uses: "actions/checkout@v3"
|
uses: "actions/checkout@v4"
|
||||||
- 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