From a68d3417560d4a5b26e419956c63a2f132289673 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 09:08:53 +0000 Subject: [PATCH] Bump actions/github-script from 6 to 7 in /read-yaml Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- read-yaml/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/read-yaml/action.yml b/read-yaml/action.yml index 3ba25423..549b6354 100644 --- a/read-yaml/action.yml +++ b/read-yaml/action.yml @@ -22,7 +22,7 @@ runs: - run: npm install js-yaml axios shell: bash -l {0} - id: read_yaml - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | const yaml = require('js-yaml');