From 27d03e308f8d302e663c817215fdfc0b1b57f096 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 14:16:53 +0000 Subject: [PATCH] Bump actions/github-script from 6.4.1 to 7.0.1 in /.github/workflows Bumps [actions/github-script](https://github.com/actions/github-script) from 6.4.1 to 7.0.1. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/d7906e4ad0b1822421a7e6a35d5ca353c962f410...60a0d83039c74a4aee543508d2ffcb1c3799cdea) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publishing.yml | 2 +- .github/workflows/testing.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publishing.yml b/.github/workflows/publishing.yml index 925daa18..64a32912 100644 --- a/.github/workflows/publishing.yml +++ b/.github/workflows/publishing.yml @@ -35,7 +35,7 @@ jobs: name: runners-organization-${{ env.organization }} path: 'runners-**.json' - - uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 + - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 name: Test runner info with: script: | diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 88f8d8fa..5eb9275c 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -47,7 +47,7 @@ jobs: name: runners-organization-${{ env.organization }} path: 'runners-**.json' - - uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 + - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 name: Test runner info with: script: |