mirror of
https://github.com/dwinkler1/dwinkler1.github.io.git
synced 2026-02-19 14:40:57 -05:00
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
1c532b0f7f
commit
814ba87808
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@v4
|
- uses: actions/checkout@v5
|
||||||
- uses: nixbuild/nix-quick-install-action@v29
|
- uses: nixbuild/nix-quick-install-action@v29
|
||||||
- name: nix build
|
- name: nix build
|
||||||
run: nix build .
|
run: nix build .
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue