diff --git a/admin-bypass/action.yaml b/admin-bypass/action.yaml index 46dc417c..787052f1 100644 --- a/admin-bypass/action.yaml +++ b/admin-bypass/action.yaml @@ -25,7 +25,7 @@ runs: steps: - name: Set up Python and pontos id: virtualenv - uses: greenbone/actions/setup-pontos@v2 + uses: greenbone/actions/setup-pontos@v3 - name: allow/not allow bypass? run: | if [[ "${{inputs.allow}}" == "true" ]]; diff --git a/backport-pull-request/action.yml b/backport-pull-request/action.yml index 529a9225..fc0c1173 100644 --- a/backport-pull-request/action.yml +++ b/backport-pull-request/action.yml @@ -24,7 +24,7 @@ runs: using: "composite" steps: - name: Set up Python and Poetry - uses: greenbone/actions/poetry@v2 + uses: greenbone/actions/poetry@v3 with: python-version: ${{ inputs.python-version }} poetry-version: ${{ inputs.poetry-version }} diff --git a/check-version/action.yaml b/check-version/action.yaml index a16f392a..bb0b9c2c 100644 --- a/check-version/action.yaml +++ b/check-version/action.yaml @@ -19,7 +19,7 @@ runs: steps: - uses: actions/checkout@v3 - name: Set up Python ${{ inputs.python-version }} and pontos - uses: greenbone/actions/setup-pontos@v2 + uses: greenbone/actions/setup-pontos@v3 id: virtualenv with: python-version: ${{ inputs.python-version}} diff --git a/container-build-push-3rd-gen/action.yaml b/container-build-push-3rd-gen/action.yaml index f06cdb20..b524196d 100644 --- a/container-build-push-3rd-gen/action.yaml +++ b/container-build-push-3rd-gen/action.yaml @@ -38,7 +38,7 @@ runs: using: "composite" steps: - name: Container build and push 3rd gen - uses: greenbone/actions/container-build-push-generic@v2 + uses: greenbone/actions/container-build-push-generic@v3 with: build-context: ${{ inputs.build-context }} build-docker-file: ${{ inputs.build-docker-file }} diff --git a/container-build-push-docker/action.yaml b/container-build-push-docker/action.yaml index 56e38539..cad4ae7e 100644 --- a/container-build-push-docker/action.yaml +++ b/container-build-push-docker/action.yaml @@ -44,7 +44,7 @@ runs: using: "composite" steps: - name: Container build and push docker.io - uses: greenbone/actions/container-build-push-generic@v2 + uses: greenbone/actions/container-build-push-generic@v3 with: build-context: ${{ inputs.build-context }} build-docker-file: ${{ inputs.build-docker-file }} diff --git a/container-build-push-generic/action.yaml b/container-build-push-generic/action.yaml index a2b358c4..5a86840e 100644 --- a/container-build-push-generic/action.yaml +++ b/container-build-push-generic/action.yaml @@ -82,7 +82,7 @@ runs: - name: Container signing if: ${{ github.event_name != 'pull_request' }} - uses: greenbone/actions/container-signing@v2 + uses: greenbone/actions/container-signing@v3 with: cosign-key: ${{ inputs.cosign-key }} cosign-key-password: ${{ inputs.cosign-key-password }} diff --git a/container-build-push-ghcr/action.yaml b/container-build-push-ghcr/action.yaml index d4ba7bf5..65b94dfd 100644 --- a/container-build-push-ghcr/action.yaml +++ b/container-build-push-ghcr/action.yaml @@ -41,7 +41,7 @@ runs: using: "composite" steps: - name: Container build and push ghcr.io - uses: greenbone/actions/container-build-push-generic@v2 + uses: greenbone/actions/container-build-push-generic@v3 with: build-context: ${{ inputs.build-context }} build-docker-file: ${{ inputs.build-docker-file }} diff --git a/conventional-commits/action.yml b/conventional-commits/action.yml index c3589712..15f9478b 100644 --- a/conventional-commits/action.yml +++ b/conventional-commits/action.yml @@ -38,7 +38,7 @@ runs: git fetch origin ${{ inputs.head-ref }} shell: bash - name: Set up Python and Poetry - uses: greenbone/actions/poetry@v2 + uses: greenbone/actions/poetry@v3 with: python-version: ${{ inputs.python-version }} poetry-version: ${{ inputs.poetry-version }} diff --git a/coverage-python/action.yaml b/coverage-python/action.yaml index 5b1c976c..d34b065d 100644 --- a/coverage-python/action.yaml +++ b/coverage-python/action.yaml @@ -39,7 +39,7 @@ runs: using: "composite" steps: - name: Install poetry - uses: greenbone/actions/poetry@v2 + uses: greenbone/actions/poetry@v3 with: python-version: ${{ inputs.python-version }} poetry-version: ${{ inputs.poetry-version }} diff --git a/download-artifact/action.yml b/download-artifact/action.yml index e55e0f38..ebc99237 100644 --- a/download-artifact/action.yml +++ b/download-artifact/action.yml @@ -56,7 +56,7 @@ runs: using: "composite" steps: - name: Set up Python and Poetry - uses: greenbone/actions/poetry@v2 + uses: greenbone/actions/poetry@v3 with: python-version: ${{ inputs.python-version }} poetry-version: ${{ inputs.poetry-version }} diff --git a/helm-version-upgrade/action.yml b/helm-version-upgrade/action.yml index 3d107ce8..08f60e4b 100644 --- a/helm-version-upgrade/action.yml +++ b/helm-version-upgrade/action.yml @@ -44,7 +44,7 @@ runs: using: "composite" steps: - name: Set up Python and Poetry - uses: greenbone/actions/poetry@v2 + uses: greenbone/actions/poetry@v3 with: python-version: ${{ inputs.python-version }} working-directory: ${{ github.action_path }} diff --git a/lint-node/action.yaml b/lint-node/action.yaml index 61e490fc..26d73a83 100644 --- a/lint-node/action.yaml +++ b/lint-node/action.yaml @@ -28,7 +28,7 @@ runs: - run: echo "Install project with ${{ inputs.dependency-manager }}" shell: bash - name: Install Project - uses: greenbone/actions/install-node@v2 + uses: greenbone/actions/install-node@v3 with: version: ${{ inputs.version }} token: ${{ inputs.token }} diff --git a/lint-python/action.yaml b/lint-python/action.yaml index e7965116..c18c8d53 100644 --- a/lint-python/action.yaml +++ b/lint-python/action.yaml @@ -36,7 +36,7 @@ runs: using: "composite" steps: - name: Install poetry - uses: greenbone/actions/poetry@v2 + uses: greenbone/actions/poetry@v3 with: python-version: ${{ inputs.python-version }} poetry-version: ${{ inputs.poetry-version }} diff --git a/lock-branch/action.yaml b/lock-branch/action.yaml index 745927f1..cae63aa3 100644 --- a/lock-branch/action.yaml +++ b/lock-branch/action.yaml @@ -28,7 +28,7 @@ runs: steps: - name: Set up Python and pontos id: virtualenv - uses: greenbone/actions/setup-pontos@v2 + uses: greenbone/actions/setup-pontos@v3 - name: lock/unlock? run: | if [[ "${{inputs.lock}}" == "true" ]]; diff --git a/mypy-python/action.yaml b/mypy-python/action.yaml index 1bed9f47..e9f1a6df 100644 --- a/mypy-python/action.yaml +++ b/mypy-python/action.yaml @@ -30,7 +30,7 @@ runs: using: "composite" steps: - name: Install poetry - uses: greenbone/actions/poetry@v2 + uses: greenbone/actions/poetry@v3 with: python-version: ${{ inputs.python-version }} poetry-version: ${{ inputs.poetry-version }} diff --git a/sign-release-files/action.yml b/sign-release-files/action.yml index 4e8db34e..08a06470 100644 --- a/sign-release-files/action.yml +++ b/sign-release-files/action.yml @@ -82,7 +82,7 @@ runs: if: steps.checkout.outputs.exists != 'true' uses: actions/checkout@v3 - name: Set up Python and pontos - uses: greenbone/actions/setup-pontos@v2 + uses: greenbone/actions/setup-pontos@v3 id: virtualenv with: python-version: ${{ inputs.python-version }} diff --git a/test-node/action.yaml b/test-node/action.yaml index e787439d..b06a0d1f 100644 --- a/test-node/action.yaml +++ b/test-node/action.yaml @@ -31,7 +31,7 @@ runs: - run: echo "Install project with ${{ inputs.dependency-manager }}" shell: bash - name: Install Project - uses: greenbone/actions/install-node@v2 + uses: greenbone/actions/install-node@v3 with: version: ${{ inputs.version }} token: ${{ inputs.token }} diff --git a/trigger-workflow/action.yml b/trigger-workflow/action.yml index 7fc3b583..daece09b 100644 --- a/trigger-workflow/action.yml +++ b/trigger-workflow/action.yml @@ -41,7 +41,7 @@ runs: using: "composite" steps: - name: Set up Python and Poetry - uses: greenbone/actions/poetry@v2 + uses: greenbone/actions/poetry@v3 with: python-version: ${{ inputs.python-version }} poetry-version: ${{ inputs.poetry-version }} diff --git a/update-header/action.yaml b/update-header/action.yaml index 14d08af1..cb88af32 100644 --- a/update-header/action.yaml +++ b/update-header/action.yaml @@ -42,7 +42,7 @@ runs: fetch-depth: ${{ env.FETCH_DEPTH }} ref: ${{ inputs.target }} - name: Set up Poetry, python and the project - uses: greenbone/actions/poetry@v2 + uses: greenbone/actions/poetry@v3 with: python-version: ${{ inputs.python-version }} poetry-version: ${{ inputs.poetry-version }}