Skip to content

Commit

Permalink
Update actions/github-script action to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 14, 2023
1 parent 41943e2 commit 118f5e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ runs:

- name: Evaluate Config
id: parse-config
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
let data = JSON.parse(`${{ steps.yaml-to-json.outputs.output }}`);
Expand Down Expand Up @@ -127,7 +127,7 @@ runs:

- name: Merge Substitutions
id: merge-config
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
let data = JSON.parse(`${{ steps.parse-config.outputs.stripped-config }}`);
Expand Down

0 comments on commit 118f5e3

Please sign in to comment.