From 4ce521cc29179fe1b9b1f666627df1d0fb225136 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 10:45:53 +0000 Subject: [PATCH] Update matifali/update-coder-template action to v3 --- .github/workflows/update-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-template.yml b/.github/workflows/update-template.yml index 5b05d3c..992f5ec 100644 --- a/.github/workflows/update-template.yml +++ b/.github/workflows/update-template.yml @@ -39,7 +39,7 @@ jobs: run: echo "hash=$(git rev-parse --short=8 HEAD)" >> $GITHUB_OUTPUT - name: Update Coder template! - uses: matifali/update-coder-template@v2 + uses: matifali/update-coder-template@v3 with: CODER_TEMPLATE_VERSION: "${{steps.commit.outputs.hash}}" CODER_SESSION_TOKEN: "${{secrets.CODER_TOKEN}}"