diff --git a/choco-creds/action.yml b/choco-creds/action.yml index a694762..0db636a 100644 --- a/choco-creds/action.yml +++ b/choco-creds/action.yml @@ -16,7 +16,7 @@ runs: steps: - name: Load secrets from 1Password id: op-load-secret - uses: 1password/load-secrets-action@v4 + uses: 1password/load-secrets-action@v5 with: export-env: false env: diff --git a/dockerhub-creds/action.yml b/dockerhub-creds/action.yml index 28bfe22..fc1e2fd 100644 --- a/dockerhub-creds/action.yml +++ b/dockerhub-creds/action.yml @@ -19,7 +19,7 @@ runs: steps: - name: Load secrets from 1Password id: load - uses: 1password/load-secrets-action@v4 + uses: 1password/load-secrets-action@v5 with: export-env: false env: diff --git a/github-app-creds/action.yml b/github-app-creds/action.yml index 6288bba..3f7deb0 100644 --- a/github-app-creds/action.yml +++ b/github-app-creds/action.yml @@ -22,7 +22,7 @@ runs: steps: - name: Load secrets from 1Password id: op-load-secret - uses: 1password/load-secrets-action@v4 + uses: 1password/load-secrets-action@v5 with: export-env: false env: diff --git a/nuget-creds/action.yml b/nuget-creds/action.yml index 1803453..b4eab73 100644 --- a/nuget-creds/action.yml +++ b/nuget-creds/action.yml @@ -16,7 +16,7 @@ runs: steps: - name: Load secrets from 1Password id: op-load-secret - uses: 1password/load-secrets-action@v4 + uses: 1password/load-secrets-action@v5 with: export-env: false env: diff --git a/tfx-creds/action.yml b/tfx-creds/action.yml index cab63cc..628e8e5 100644 --- a/tfx-creds/action.yml +++ b/tfx-creds/action.yml @@ -16,7 +16,7 @@ runs: steps: - name: Load secrets from 1Password id: op-load-secret - uses: 1password/load-secrets-action@v4 + uses: 1password/load-secrets-action@v5 with: export-env: false env: