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:
|
||||
workflow_dispatch:
|
||||
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:
|
||||
lockfile:
|
||||
runs-on: "ubuntu-latest"
|
||||
steps:
|
||||
- name: "Checkout the repo"
|
||||
uses: "actions/checkout@v3"
|
||||
uses: "actions/checkout@v4"
|
||||
- name: "Install the Nix package manager"
|
||||
uses: "cachix/install-nix-action@master"
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue