Skip to content

Commit

Permalink
Bump actions/github-script from 6.4.1 to 7.0.0
Browse files Browse the repository at this point in the history
Bumps [actions/github-script](https://github.com/actions/github-script) from 6.4.1 to 7.0.0.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v6.4.1...v7.0.0)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 14, 2023
1 parent e08aa42 commit a81bdec
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 a81bdec

Please sign in to comment.