diff --git a/.github/workflows/deploy-to.openshift-dev.yml b/.github/workflows/deploy-to.openshift-dev.yml index c4a8348..95711ff 100644 --- a/.github/workflows/deploy-to.openshift-dev.yml +++ b/.github/workflows/deploy-to.openshift-dev.yml @@ -59,7 +59,7 @@ jobs: steps: - name: Check for required secrets - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const secrets = { diff --git a/.github/workflows/deploy-to.openshift-prod.yml b/.github/workflows/deploy-to.openshift-prod.yml index af2c3ea..20a3338 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@v8 + uses: actions/github-script@v9 with: script: | const secrets = { diff --git a/.github/workflows/deploy-to.openshift-test.yml b/.github/workflows/deploy-to.openshift-test.yml index 798174a..43df1ea 100644 --- a/.github/workflows/deploy-to.openshift-test.yml +++ b/.github/workflows/deploy-to.openshift-test.yml @@ -62,7 +62,7 @@ jobs: steps: - name: Check for required secrets - uses: actions/github-script@v8 + uses: actions/github-script@v9 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 a4fbaf0..8e9b0f7 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@v6 - name: Create tag - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | github.rest.git.createRef({