From b0465b5d88ebd4157862cb1fdaaf1b6d28a18b7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 21:52:01 +0000 Subject: [PATCH] Bump actions/github-script from 6 to 7 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] --- .github/workflows/deploy-to.openshift-prod.yml | 2 +- .github/workflows/deploy-to.openshift-test.yml | 2 +- .github/workflows/tag-create.git.and.imagestream.tag.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-to.openshift-prod.yml b/.github/workflows/deploy-to.openshift-prod.yml index d6f8bc6..1da047a 100644 --- a/.github/workflows/deploy-to.openshift-prod.yml +++ b/.github/workflows/deploy-to.openshift-prod.yml @@ -53,7 +53,7 @@ jobs: steps: - name: Check for required secrets - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | const secrets = { diff --git a/.github/workflows/deploy-to.openshift-test.yml b/.github/workflows/deploy-to.openshift-test.yml index 813a32f..e6d78ca 100644 --- a/.github/workflows/deploy-to.openshift-test.yml +++ b/.github/workflows/deploy-to.openshift-test.yml @@ -60,7 +60,7 @@ jobs: steps: - name: Check for required secrets - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | const secrets = { diff --git a/.github/workflows/tag-create.git.and.imagestream.tag.yml b/.github/workflows/tag-create.git.and.imagestream.tag.yml index b8018fe..ecdb755 100644 --- a/.github/workflows/tag-create.git.and.imagestream.tag.yml +++ b/.github/workflows/tag-create.git.and.imagestream.tag.yml @@ -36,7 +36,7 @@ jobs: uses: actions/checkout@v4 - name: Create tag - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | github.rest.git.createRef({