mirror of
https://github.com/dwinkler1/dwinkler1.github.io.git
synced 2026-07-07 18:28:23 -04:00
Merge pull request #9 from dwinkler1/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
This commit is contained in:
commit
65deef1e60
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:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- uses: actions/checkout@v7
|
||||
- uses: nixbuild/nix-quick-install-action@v35
|
||||
- name: nix build
|
||||
run: nix build .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue