diff --git a/.github/workflows/release-drafter.yaml b/.github/workflows/release-drafter.yaml index 02164bd6..850f2759 100644 --- a/.github/workflows/release-drafter.yaml +++ b/.github/workflows/release-drafter.yaml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Get the current version - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 id: current_version with: # language=javascript diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8c31c33f..438521b4 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -57,7 +57,7 @@ jobs: echo "version=$VERSION" >> $GITHUB_OUTPUT - name: Check if tag exists - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: VERSION: ${{ steps.release_version.outputs.version }} with: