diff --git a/action.yml b/action.yml index d96d8ab..25265b2 100644 --- a/action.yml +++ b/action.yml @@ -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 }}`); @@ -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 }}`);