aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/nix-update-inputs.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/nix-update-inputs.yml')
-rw-r--r--.github/workflows/nix-update-inputs.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/nix-update-inputs.yml b/.github/workflows/nix-update-inputs.yml
index a8f68f3b..c9a094a2 100644
--- a/.github/workflows/nix-update-inputs.yml
+++ b/.github/workflows/nix-update-inputs.yml
@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repository
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
token: ${{ secrets.PAT }}
@@ -22,6 +22,6 @@ jobs:
run: nix/update-inputs.sh
- name: Commit
- uses: stefanzweifel/git-auto-commit-action@v4
+ uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "[gha] Nix: update inputs"