force latest version of checkout action
This commit is contained in:
parent
4d0c01b15c
commit
50dc1a3368
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -6,6 +6,6 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
container: docker.io/jcollie/nixos-runner:latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v3.5.2
|
||||
- run: nix -L build .#nixos-runner
|
||||
- run: nix run .#push-container -- result --registry ghcr.io --repository jcollie/nixos-runner
|
||||
|
|
Loading…
Reference in a new issue