From 561b9e87668a5a06571ebc2485b3e185be5c0bdf Mon Sep 17 00:00:00 2001 From: Jon Pretty Date: Thu, 1 Feb 2024 08:12:08 +0100 Subject: [PATCH] Include contributing docs --- .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 f87b8c8..a32c5ec 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.3 + uses: propensive/tumult@0.5.4 - name: Autocommit changes uses: stefanzweifel/git-auto-commit-action@v4