We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bf7d6b commit b14bd8aCopy full SHA for b14bd8a
.github/workflows/update-and-deploy-server.yml
@@ -47,7 +47,7 @@ jobs:
47
working-directory: ./nixos/server
48
49
- name: Commit changes to flake lock file
50
- uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5.0.1
+ uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5.1.0
51
with:
52
commit_message: "[nixos/server] Bump flake.lock"
53
commit_options: '--no-verify --signoff'
0 commit comments