chore(deps): update actions/github-script action to v8

This commit is contained in:
renovate[bot]
2025-09-09 16:54:18 +00:00
committed by GitHub
parent 489692aaaf
commit 10d0c89aeb

View File

@@ -88,7 +88,7 @@ jobs:
fi
- name: Determine image push
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
id: should-release
with:
script: |
@@ -97,7 +97,7 @@ jobs:
return "${{ steps.changed-version.outputs.any_changed }}" == "true";
- name: Determine latest version of VectorChord in matrix
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
id: latest-vchord
env:
VERSION_MATRIX: ${{ needs.pre-job.outputs.matrix }}
@@ -109,7 +109,7 @@ jobs:
return latest;
- name: Determine latest version of pgvector in matrix
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
id: latest-pgvector
env:
VERSION_MATRIX: ${{ needs.pre-job.outputs.matrix }}