ci(github-action)!: Update actions/checkout action to v4 (#14)
| datasource | package | from | to | | ----------- | ---------------- | ---- | -- | | github-tags | actions/checkout | v2 | v4 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Truxnell <19149206+truxnell@users.noreply.github.com>
This commit is contained in:
parent
0525b5b195
commit
1db0c9c058
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nix-lint.yaml
vendored
2
.github/workflows/nix-lint.yaml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install Nix
|
- name: Install Nix
|
||||||
uses: cachix/install-nix-action@v26
|
uses: cachix/install-nix-action@v26
|
||||||
|
|
Reference in a new issue