From 1bc4a3ad1001546fbfbfa405e50bbcf542aba2b8 Mon Sep 17 00:00:00 2001 From: luckyrat Date: Thu, 6 Jun 2024 15:03:55 +0100 Subject: [PATCH] Update more GitHub Actions --- .github/workflows/release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4710d7f..23354c4 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -8,12 +8,12 @@ jobs: runs-on: ubuntu-22.04 steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 #TODO: change to 1 and then get all tags seperately to see if that's faster. git fetch origin 'refs/tags/*:refs/tags/*' - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: 18 cache: 'npm' @@ -76,7 +76,7 @@ jobs: run: git push --tags - name: Release - uses: softprops/action-gh-release@d4e8205d7e959a9107da6396278b2f1f07af0f9b + uses: softprops/action-gh-release@v2 with: name: ${{ env.NEW_KEE_VERSION }} tag_name: ${{ env.NEW_KEE_VERSION }}