From 80cbdc9d490fee4f23aa256e36a518997990649c Mon Sep 17 00:00:00 2001 From: Gareth Latty Date: Sat, 1 Jun 2024 17:41:06 +0100 Subject: [PATCH] Fix old action version. --- base/.github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/.github/workflows/publish.yml b/base/.github/workflows/publish.yml index efff487..cf34b42 100644 --- a/base/.github/workflows/publish.yml +++ b/base/.github/workflows/publish.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout elm-fontawesome repository. - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ env.GIT_TAG_NAME }}