diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ec1ac9fff..1afc03f99 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,7 +37,7 @@ jobs: all: - '**' - name: Set up Terraform - uses: coder/coder/.github/actions/setup-tf@3006da5ef7a9c27755aa5b2f3f5f05d2c8971a58 # v2.34.0 + uses: coder/coder/.github/actions/setup-tf@d7774e5c4ca222ee89a8b6aa82b61c1f8bb81d1f # v2.34.2 - name: Set up Bun uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2 with: @@ -87,7 +87,7 @@ jobs: bun-version: latest # Need Terraform for its formatter - name: Install Terraform - uses: coder/coder/.github/actions/setup-tf@3006da5ef7a9c27755aa5b2f3f5f05d2c8971a58 # v2.34.0 + uses: coder/coder/.github/actions/setup-tf@d7774e5c4ca222ee89a8b6aa82b61c1f8bb81d1f # v2.34.2 - name: Install dependencies run: bun install - name: Validate formatting diff --git a/.github/workflows/version-bump.yaml b/.github/workflows/version-bump.yaml index d1183776c..6d4a3572f 100644 --- a/.github/workflows/version-bump.yaml +++ b/.github/workflows/version-bump.yaml @@ -31,7 +31,7 @@ jobs: bun-version: latest - name: Set up Terraform - uses: coder/coder/.github/actions/setup-tf@3006da5ef7a9c27755aa5b2f3f5f05d2c8971a58 # v2.34.0 + uses: coder/coder/.github/actions/setup-tf@d7774e5c4ca222ee89a8b6aa82b61c1f8bb81d1f # v2.34.2 - name: Install dependencies run: bun install