diff --git a/.github/workflows/carvel-package-test-config.yml b/.github/workflows/carvel-package-test-config.yml index 656216c..8caa7b1 100644 --- a/.github/workflows/carvel-package-test-config.yml +++ b/.github/workflows/carvel-package-test-config.yml @@ -29,6 +29,6 @@ jobs: uses: flox/install-flox-action@9428713e8d3883274c334b4b95b8830beebd24d2 # v2.3.0 - name: Run configuration tests - uses: flox/activate-action@410568008895a0f2e09a34bbd9523f8ef1f2d292 # v1.1.0 + uses: flox/activate-action@7065dcbe5583b7b015f07a8ebd49d7266e3053e8 # v1.1.1 with: command: ${{ inputs.command }} diff --git a/.github/workflows/carvel-package-test-integration.yml b/.github/workflows/carvel-package-test-integration.yml index e6b058e..c86a824 100644 --- a/.github/workflows/carvel-package-test-integration.yml +++ b/.github/workflows/carvel-package-test-integration.yml @@ -44,7 +44,7 @@ jobs: brew install kctrl - name: Run integration tests - uses: flox/activate-action@410568008895a0f2e09a34bbd9523f8ef1f2d292 # v1.1.0 + uses: flox/activate-action@7065dcbe5583b7b015f07a8ebd49d7266e3053e8 # v1.1.1 env: K8S_VERSION: ${{ inputs.k8s_version }} with: