diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 5da39f2..b6e5356 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -145,9 +145,9 @@ jobs: checks: read runs-on: ubuntu-latest env: - TAILSCALE_VERSION: 1.58.2 - HELMFILE_VERSION: v0.161.0 - HELM_VERSION: v3.14.0 + TAILSCALE_VERSION: 1.60.1 + HELMFILE_VERSION: v0.162.0 + HELM_VERSION: v3.14.2 concurrency: group: ${{ github.workflow }}-deploy-${{ github.event_name == 'release' && 'prod' || 'dev' }}