diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index b6b74d5b..5ed34338 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -50,7 +50,7 @@ jobs: - uses: actions/checkout@v6 - name: Install 1Password CLI - uses: 1password/install-cli-action@v2 + uses: 1password/install-cli-action@v3 - name: Setup Terraform uses: hashicorp/setup-terraform@v4 @@ -109,7 +109,7 @@ jobs: - uses: actions/checkout@v6 - name: Install 1Password CLI # we need op to be on the "deploying device, ie, the GH runner" - uses: 1password/install-cli-action@v2 + uses: 1password/install-cli-action@v3 - name: Install and run molecule env: # Or as an environment variable OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}