Skip to content

Commit

Permalink
Bump mdgreenwald/mozilla-sops-action from 1.4.1 to 1.5.0
Browse files Browse the repository at this point in the history
Bumps [mdgreenwald/mozilla-sops-action](https://github.com/mdgreenwald/mozilla-sops-action) from 1.4.1 to 1.5.0.
- [Release notes](https://github.com/mdgreenwald/mozilla-sops-action/releases)
- [Commits](mdgreenwald/mozilla-sops-action@v1.4.1...v1.5.0)

---
updated-dependencies:
- dependency-name: mdgreenwald/mozilla-sops-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2023
1 parent 0a58f90 commit 04cac83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-grafana-dashboards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
sudo apt install jsonnet
- name: Install sops
uses: mdgreenwald/mozilla-sops-action@v1.4.1
uses: mdgreenwald/mozilla-sops-action@v1.5.0

- name: Setup sops credentials to decrypt repo secrets
uses: google-github-actions/auth@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ensure-uptime-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
# We use sops to store encrypted GCP ServiceAccount Key that terraform uses
# to run, as well as PagerDuty config terraform uses
- name: Install sops
uses: mdgreenwald/mozilla-sops-action@v1.4.1
uses: mdgreenwald/mozilla-sops-action@v1.5.0

# Authenticate with the correct KMS key that sops will use.
- name: Setup sops credentials to decrypt repo secrets
Expand Down

0 comments on commit 04cac83

Please sign in to comment.