mirror of
https://github.com/dwinkler1/dwinkler1.github.io.git
synced 2026-02-19 22:50:58 -05:00
Merge pull request #5 from dwinkler1/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
This commit is contained in:
commit
4045a05b38
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nix_build_static.yml
vendored
2
.github/workflows/nix_build_static.yml
vendored
|
|
@ -24,7 +24,7 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v6
|
||||||
- uses: nixbuild/nix-quick-install-action@v34
|
- uses: nixbuild/nix-quick-install-action@v34
|
||||||
- name: nix build
|
- name: nix build
|
||||||
run: nix build .
|
run: nix build .
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue