Skip to content

Commit db2b500

Browse files
authored
chore: run nix flake update (#1437)
From time to time, we should make sure to also update the flake we're using to create our own. #### What this PR does / why we need it When switching to the latest patch version of go, sometimes the action fails: https://github.com/open-component-model/ocm/actions/runs/14731906561 So we need to ensure, the file: https://github.com/open-component-model/ocm/blob/main/flake.lock get's updated as well. Which is done by: `nix flake update`
1 parent ffcd569 commit db2b500

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/flake_vendorhash.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
uses: DeterminateSystems/nix-installer-action@v17
3030
with:
3131
nix-package-url: https://releases.nixos.org/nix/nix-2.26.2/nix-2.26.2-x86_64-linux.tar.xz
32+
- name: Update flake.lock
33+
run: nix flake update
3234
- name: Update ocm vendor hash
3335
run: nix run .#nixpkgs.nix-update -- --flake --version=skip ocm
3436
- name: Check diff and create action summary

0 commit comments

Comments
 (0)