From 365f894ed10d731fd1ab1709a153b909fa8c7a96 Mon Sep 17 00:00:00 2001 From: Kaspar Lyngsie Date: Mon, 18 May 2026 12:24:53 +0200 Subject: [PATCH] chore: update all gh actions --- .github/workflows/update-deps-github-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-deps-github-actions.yml b/.github/workflows/update-deps-github-actions.yml index c85ef83..6163b6c 100644 --- a/.github/workflows/update-deps-github-actions.yml +++ b/.github/workflows/update-deps-github-actions.yml @@ -17,7 +17,7 @@ jobs: private-key: ${{ secrets.HOUSEKEEPING_BOT_PRIVATE_KEY }} - name: Update GitHub Actions - uses: alchemaxinc/update-deps/actions@v1 + uses: alchemaxinc/update-deps/actions@v2 with: token: ${{ steps.app.outputs.token }} auto-merge: "true"