Skip to content

Commit

Permalink
Merge pull request #654 from liquibase/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/github-script-7.0.0

Bump actions/github-script from 6.4.1 to 7.0.0
  • Loading branch information
vitaliimak authored Nov 15, 2023
2 parents e08aa42 + a81bdec commit 89e76b7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/advanced.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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(":")
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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(":")
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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(":")
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 89e76b7

Please sign in to comment.