mirror of
https://github.com/immich-app/base-images.git
synced 2025-09-10 07:24:16 +02:00
chore(deps): update actions/github-script action to v8
This commit is contained in:
6
.github/workflows/build-postgres.yml
vendored
6
.github/workflows/build-postgres.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user