Skip to content

Commit

Permalink
Bump the actions group with 1 update
Browse files Browse the repository at this point in the history
Bumps the actions group with 1 update: [mdgreenwald/mozilla-sops-action](https://github.com/mdgreenwald/mozilla-sops-action).


Updates `mdgreenwald/mozilla-sops-action` from 1.5.0 to 1.6.0
- [Release notes](https://github.com/mdgreenwald/mozilla-sops-action/releases)
- [Commits](mdgreenwald/mozilla-sops-action@v1.5.0...v1.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 5, 2024
1 parent e34b5ad commit ded74cd
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 @@ -49,7 +49,7 @@ jobs:
sudo apt install jsonnet
- name: Install sops
uses: mdgreenwald/mozilla-sops-action@v1.5.0
uses: mdgreenwald/mozilla-sops-action@v1.6.0

- name: Setup sops credentials to decrypt repo secrets
uses: google-github-actions/auth@v2
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.5.0
uses: mdgreenwald/mozilla-sops-action@v1.6.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 ded74cd

Please sign in to comment.