From 6940670b41646391e0aa759ba3e6cfba4c5271d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fynn=20Sp=C3=A4ker?= Date: Fri, 28 Apr 2023 10:07:48 +0200 Subject: [PATCH] Update workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fynn Späker --- .github/workflows/on-release-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/on-release-publish.yml b/.github/workflows/on-release-publish.yml index ae4ad79b9..99774a399 100644 --- a/.github/workflows/on-release-publish.yml +++ b/.github/workflows/on-release-publish.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout commit - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Update VERSION file run: |- echo "${{ github.ref_name }}" > VERSION @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout commit - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Update VERSION file run: |- echo "${{ github.ref_name }}" > VERSION