Skip to content

Commit

Permalink
Merge pull request #190 from liquibase/d4cadependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/github-script-6

Bump actions/github-script from 4 to 6
  • Loading branch information
jnewton03 authored Mar 9, 2023
2 parents 141b742 + ef9c523 commit 1a4f3b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- name: Collect Data
id: collect-data
uses: actions/github-script@v4
uses: actions/github-script@v6
with:
script: |
const getMinorVersion = (liquibaseVersion) => {
Expand Down

0 comments on commit 1a4f3b3

Please sign in to comment.