diff --git a/.github/workflows/advanced.yml b/.github/workflows/advanced.yml index 828a9672d..82c9b7bc5 100644 --- a/.github/workflows/advanced.yml +++ b/.github/workflows/advanced.yml @@ -61,7 +61,7 @@ jobs: - name: Configure Build id: configure-build - uses: actions/github-script@v6.4.1 + uses: actions/github-script@v7.0.0 with: github-token: ${{ secrets.BOT_TOKEN }} script: | diff --git a/.github/workflows/aws.yml b/.github/workflows/aws.yml index 69d5e03f9..146c37ac2 100644 --- a/.github/workflows/aws.yml +++ b/.github/workflows/aws.yml @@ -100,7 +100,7 @@ jobs: - name: Configure Test id: setup - uses: actions/github-script@v6.4.1 + uses: actions/github-script@v7.0.0 with: script: | let splitValues = "${{ matrix.database }}".split(":") diff --git a/.github/workflows/azure.yml b/.github/workflows/azure.yml index 75207173d..877b710c7 100644 --- a/.github/workflows/azure.yml +++ b/.github/workflows/azure.yml @@ -88,7 +88,7 @@ jobs: - name: Configure Test id: setup - uses: actions/github-script@v6.4.1 + uses: actions/github-script@v7.0.0 with: script: | let splitValues = "${{ matrix.database }}".split(":") diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 6027f174b..a03f86365 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Collect Data id: collect-data - uses: actions/github-script@v6.4.1 + uses: actions/github-script@v7.0.0 with: script: | if (context.payload.inputs) { diff --git a/.github/workflows/gcp.yml b/.github/workflows/gcp.yml index 0c5d48f08..e0e004abd 100644 --- a/.github/workflows/gcp.yml +++ b/.github/workflows/gcp.yml @@ -83,7 +83,7 @@ jobs: - name: Configure Test id: setup - uses: actions/github-script@v6.4.1 + uses: actions/github-script@v7.0.0 with: script: | let splitValues = "${{ matrix.database }}".split(":") diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1dbd5c095..5c2e2940d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -84,7 +84,7 @@ jobs: - name: Configure Build id: configure-build - uses: actions/github-script@v6.4.1 + uses: actions/github-script@v7.0.0 with: github-token: ${{ secrets.INSTALL_SNAPSHOT_LIQUIBASE }} script: |