Merge pull request #141 from czerwonk/dependabot/go_modules/google.go… #65
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Update nix flake" | |
on: | |
push: | |
jobs: | |
update-flake: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: cachix/install-nix-action@v22 | |
with: | |
nix_path: nixpkgs=channel:nixos-unstable | |
- uses: actions/setup-go@v5 | |
with: | |
go-version: '>=1.22.0' | |
- run: bash update-flake.sh | |
- uses: stefanzweifel/git-auto-commit-action@v5 | |
with: | |
commit_message: Update vendor hash |