0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-30 20:33:54 -05:00

chore(deps): update logto-io/actions-run-logto-integration-tests action to v4 (#6176)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-07-04 14:18:03 +08:00 committed by GitHub
parent 8635f1b774
commit 2477a50966
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -71,7 +71,7 @@ jobs:
DB_URL: postgres://postgres:postgres@localhost:5432/postgres DB_URL: postgres://postgres:postgres@localhost:5432/postgres
steps: steps:
- uses: logto-io/actions-run-logto-integration-tests@v3 - uses: logto-io/actions-run-logto-integration-tests@v4
with: with:
branch: ${{ github.base_ref }} branch: ${{ github.base_ref }}
logto-artifact: alteration-integration-test-${{ github.sha }} logto-artifact: alteration-integration-test-${{ github.sha }}

View file

@ -42,7 +42,7 @@ jobs:
DB_URL: postgres://postgres:postgres@localhost:5432/postgres DB_URL: postgres://postgres:postgres@localhost:5432/postgres
steps: steps:
- uses: logto-io/actions-run-logto-integration-tests@v3 - uses: logto-io/actions-run-logto-integration-tests@v4
with: with:
logto-artifact: integration-test-${{ github.sha }}-dev-features-${{ env.DEV_FEATURES_ENABLED }} logto-artifact: integration-test-${{ github.sha }}-dev-features-${{ env.DEV_FEATURES_ENABLED }}
test-target: ${{ matrix.target }} test-target: ${{ matrix.target }}