Skip to content

Commit 031b381

Browse files
chore: Bump 1password/load-secrets-action from 3.0.0 to 3.1.0 in the minor-and-patch group across 1 directory (#633)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a451a68 commit 031b381

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/library-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- name: Load secrets from OP
1515
id: load-secrets
16-
uses: 1password/load-secrets-action@v3.0.0
16+
uses: 1password/load-secrets-action@v3.1.0
1717
with:
1818
export-env: false
1919
env:

.github/workflows/library-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- name: Load secrets
1515
id: load-secrets
16-
uses: 1password/load-secrets-action@v3.0.0
16+
uses: 1password/load-secrets-action@v3.1.0
1717
with:
1818
export-env: false
1919
env:

.github/workflows/library-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- name: Load secrets from OP
1414
id: load-secrets
15-
uses: 1password/load-secrets-action@v3.0.0
15+
uses: 1password/load-secrets-action@v3.1.0
1616
with:
1717
export-env: false
1818
env:

.github/workflows/storybook-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- name: Load secrets from OP
2828
id: load-secrets
29-
uses: 1password/load-secrets-action@v3.0.0
29+
uses: 1password/load-secrets-action@v3.1.0
3030
with:
3131
export-env: false
3232
env:

0 commit comments

Comments
 (0)