Skip to content

Commit 21f21cb

Browse files
committed
Update readme
1 parent a82b5b0 commit 21f21cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Load secret
3737
id: load_secrets
38-
uses: 1password/load-secrets-action@v3
38+
uses: 1password/load-secrets-action@v4
3939
env:
4040
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
4141
SECRET: op://app-cicd/hello-world/secret
@@ -57,7 +57,7 @@ jobs:
5757
- uses: actions/checkout@v4
5858

5959
- name: Load secret
60-
uses: 1password/load-secrets-action@v3
60+
uses: 1password/load-secrets-action@v4
6161
with:
6262
# Export loaded secrets as environment variables
6363
export-env: true
@@ -77,7 +77,7 @@ When loading SSH keys, you can specify the format using the `ssh-format` query p
7777

7878
```yml
7979
- name: Load SSH key
80-
uses: 1password/load-secrets-action@v3
80+
uses: 1password/load-secrets-action@v4
8181
env:
8282
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
8383
# Load SSH private key in OpenSSH format

0 commit comments

Comments
 (0)