From e1d5b4a93142734410800d58316c02a66a2d02aa Mon Sep 17 00:00:00 2001 From: Jon Pretty Date: Thu, 12 Oct 2023 15:35:06 +0200 Subject: [PATCH] Use latest Tumult --- .github/workflows/admin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/admin.yml b/.github/workflows/admin.yml index aa4092c..7a47d71 100644 --- a/.github/workflows/admin.yml +++ b/.github/workflows/admin.yml @@ -14,6 +14,6 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Tidy repository - uses: propensive/tumult@0.5.0 + uses: propensive/tumult@0.5.1 - name: Autocommit changes uses: stefanzweifel/git-auto-commit-action@v4