diff --git a/.github/workflows/deploy-to.openshift-dev.yml b/.github/workflows/deploy-to.openshift-dev.yml index c93eeb8..5d2334d 100644 --- a/.github/workflows/deploy-to.openshift-dev.yml +++ b/.github/workflows/deploy-to.openshift-dev.yml @@ -55,7 +55,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-prod.yml b/.github/workflows/deploy-to.openshift-prod.yml index f78bc15..7aa6a5c 100644 --- a/.github/workflows/deploy-to.openshift-prod.yml +++ b/.github/workflows/deploy-to.openshift-prod.yml @@ -49,7 +49,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 628fc52..2b2a014 100644 --- a/.github/workflows/deploy-to.openshift-test.yml +++ b/.github/workflows/deploy-to.openshift-test.yml @@ -50,7 +50,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 e952cfa..e9f1779 100644 --- a/.github/workflows/tag-create.git.and.imagestream.tag.yml +++ b/.github/workflows/tag-create.git.and.imagestream.tag.yml @@ -39,7 +39,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({