From ecec89274f59ec3606388148bd3d3b8bb62a82e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 08:26:49 +0000 Subject: [PATCH] Update GH actions --- .github/workflows/deploy-release.yaml | 2 +- .github/workflows/update-release-notes.yaml | 2 +- .github/workflows/validate-branch.yaml | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/deploy-release.yaml b/.github/workflows/deploy-release.yaml index 45997fea..b0c35b09 100644 --- a/.github/workflows/deploy-release.yaml +++ b/.github/workflows/deploy-release.yaml @@ -21,7 +21,7 @@ jobs: - name: Cache dependencies id: cache-dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: node_modules key: node_modules-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/update-release-notes.yaml b/.github/workflows/update-release-notes.yaml index 57667b6f..3e6e7bab 100644 --- a/.github/workflows/update-release-notes.yaml +++ b/.github/workflows/update-release-notes.yaml @@ -12,6 +12,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Update release draft - uses: release-drafter/release-drafter@v5 + uses: release-drafter/release-drafter@v6 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/validate-branch.yaml b/.github/workflows/validate-branch.yaml index 6ed98119..6e665252 100644 --- a/.github/workflows/validate-branch.yaml +++ b/.github/workflows/validate-branch.yaml @@ -29,7 +29,7 @@ jobs: - name: Cache dependencies id: cache-dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: node_modules key: node_modules-${{ hashFiles('**/package-lock.json') }} @@ -56,7 +56,7 @@ jobs: - name: Cache dependencies id: cache-dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: node_modules key: node_modules-${{ hashFiles('**/package-lock.json') }} @@ -81,7 +81,7 @@ jobs: - name: Cache dependencies id: cache-dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: node_modules key: node_modules-${{ hashFiles('**/package-lock.json') }} @@ -106,7 +106,7 @@ jobs: - name: Cache dependencies id: cache-dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: node_modules key: node_modules-${{ hashFiles('**/package-lock.json') }} @@ -115,7 +115,7 @@ jobs: if: steps.cache-dependencies.outputs.cache-hit != 'true' run: npm ci - - uses: paambaati/codeclimate-action@v5.0.0 + - uses: paambaati/codeclimate-action@v6.0.0 env: CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} with: