From e03465965be540afca86cefbb0c5bcecd8b8a76e Mon Sep 17 00:00:00 2001 From: Conor Sloan Date: Wed, 28 Aug 2024 14:02:38 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d030868..5a1065a 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ jobs: uses: actions/checkout@v4 - name: Publish id: publish - uses: actions/publish-immutable-action@v1 + uses: actions/publish-immutable-action@0.0.1 with: github-token: ${{ secrets.GITHUB_TOKEN }} ```