Skip to content

Commit 06e1f8a

Browse files
chore: Bump the minor-and-patch group across 1 directory with 2 updates
Bumps the minor-and-patch group with 2 updates in the / directory: [1password/load-secrets-action](https://github.com/1password/load-secrets-action) and [actions/checkout](https://github.com/actions/checkout). Updates `1password/load-secrets-action` from 4.0.1 to 4.1.1 - [Release notes](https://github.com/1password/load-secrets-action/releases) - [Commits](1Password/load-secrets-action@3a12b0a...eb2efd0) Updates `actions/checkout` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v7.0.0...v7.0.1) --- updated-dependencies: - dependency-name: 1password/load-secrets-action dependency-version: 4.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6f8ac00 commit 06e1f8a

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/library-release.yml

Lines changed: 2 additions & 2 deletions
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@3a12b0ab99d9cd590a3e9b5a90ea017210ed9556 #v4.0.1
16+
uses: 1password/load-secrets-action@eb2efd0703da22a93c467f2d1ffbb6826c11e19c #v4.1.1
1717
with:
1818
export-env: false
1919
env:
@@ -22,7 +22,7 @@ jobs:
2222
GPG_PRIVATE_KEY: op://kv_gov-ui-kit_infra/arabot-1_SIGN_CERTS/private_key
2323
ARABOT_PAT_TRIGGER_WORKFLOW: op://kv_gov-ui-kit_infra/GITHUB_PAT/credential
2424
- name: Checkout actions
25-
uses: actions/checkout@v7.0.0
25+
uses: actions/checkout@v7.0.1
2626
with:
2727
fetch-depth: 1
2828
sparse-checkout: |

.github/workflows/library-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout actions
21-
uses: actions/checkout@v7.0.0
21+
uses: actions/checkout@v7.0.1
2222
with:
2323
fetch-depth: 1
2424
sparse-checkout: |

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
environment: npm-publish
2626
steps:
2727
- name: Checkout actions
28-
uses: actions/checkout@v7.0.0
28+
uses: actions/checkout@v7.0.1
2929
with:
3030
fetch-depth: 1
3131
sparse-checkout: |
@@ -49,14 +49,14 @@ jobs:
4949
steps:
5050
- name: Load secrets from OP
5151
id: load-secrets
52-
uses: 1password/load-secrets-action@3a12b0ab99d9cd590a3e9b5a90ea017210ed9556 #v4.0.1
52+
uses: 1password/load-secrets-action@eb2efd0703da22a93c467f2d1ffbb6826c11e19c #v4.1.1
5353
with:
5454
export-env: false
5555
env:
5656
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
5757
ARABOT_PAT_TRIGGER_WORKFLOW: op://kv_gov-ui-kit_infra/GITHUB_PAT/credential
5858
- name: Checkout actions
59-
uses: actions/checkout@v7.0.0
59+
uses: actions/checkout@v7.0.1
6060
with:
6161
fetch-depth: 1
6262
sparse-checkout: |

.github/workflows/shared-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
deploymentUrl: ${{ steps.set-deployment-url.outputs.deploymentUrl }}
2828
steps:
2929
- name: Checkout actions
30-
uses: actions/checkout@v7.0.0
30+
uses: actions/checkout@v7.0.1
3131
with:
3232
fetch-depth: 1
3333
sparse-checkout: |

.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@3a12b0ab99d9cd590a3e9b5a90ea017210ed9556 #v4.0.1
29+
uses: 1password/load-secrets-action@eb2efd0703da22a93c467f2d1ffbb6826c11e19c #v4.1.1
3030
with:
3131
export-env: false
3232
env:

0 commit comments

Comments
 (0)