mirror of
https://github.com/dwinkler1/dwinkler1.github.io.git
synced 2026-02-19 14:40:57 -05:00
Merge pull request #1 from dwinkler1/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
This commit is contained in:
commit
59187f3e89
1 changed files with 2 additions and 2 deletions
4
.github/workflows/nix_build_static.yml
vendored
4
.github/workflows/nix_build_static.yml
vendored
|
|
@ -24,8 +24,8 @@ jobs:
|
|||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: nixbuild/nix-quick-install-action@v33
|
||||
- uses: actions/checkout@v5
|
||||
- uses: nixbuild/nix-quick-install-action@v29
|
||||
- name: nix build
|
||||
run: nix build .
|
||||
- name: Adjust permissions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue