diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4b25247e..e851aa41 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,7 +23,7 @@ jobs: steps: - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Get current or bumped version tag id: bumpVersion diff --git a/.github/workflows/shared-build-deploy-container.yml b/.github/workflows/shared-build-deploy-container.yml index 34f7d8d5..412fc537 100644 --- a/.github/workflows/shared-build-deploy-container.yml +++ b/.github/workflows/shared-build-deploy-container.yml @@ -58,10 +58,10 @@ jobs: tagPrefix: ${{ steps.load-environment.outputs.tagPrefix }} steps: - name: Checkout calling repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Checkout trakx/github-actions repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: trakx/github-actions path: ./github-actions-shared-build-deploy-container @@ -101,10 +101,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout calling repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Checkout trakx/github-actions repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: trakx/github-actions path: ./github-actions-shared-build-deploy-container @@ -143,10 +143,10 @@ jobs: && github.event.workflow_run.conclusion == 'success' )) steps: - name: Checkout calling repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Checkout trakx/github-actions repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: trakx/github-actions path: ./github-actions-shared-build-deploy-container diff --git a/.github/workflows/shared-deploy-container-kubernetes.yml b/.github/workflows/shared-deploy-container-kubernetes.yml index ecf1be91..308c1c86 100644 --- a/.github/workflows/shared-deploy-container-kubernetes.yml +++ b/.github/workflows/shared-deploy-container-kubernetes.yml @@ -43,10 +43,10 @@ jobs: runnerName: ${{ steps.load-environment.outputs.runnerName }} steps: - name: Checkout calling repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Checkout trakx/github-actions repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: trakx/github-actions path: ./github-actions-shared-deploy-image @@ -103,10 +103,10 @@ jobs: runs-on: ${{ needs.prepare-and-validate.outputs.runnerName }} steps: - name: Checkout calling repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Checkout trakx/github-actions repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: trakx/github-actions path: ./github-actions-shared-deploy-image diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index ad0ff90e..88ff5792 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -26,7 +26,7 @@ jobs: steps: - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Get current or bumped version tag id: bumpVersion