Skip to content

Commit

Permalink
Bump dopplerhq/cli-action from 2 to 3
Browse files Browse the repository at this point in the history
Bumps [dopplerhq/cli-action](https://github.com/dopplerhq/cli-action) from 2 to 3.
- [Release notes](https://github.com/dopplerhq/cli-action/releases)
- [Commits](DopplerHQ/cli-action@v2...v3)

---
updated-dependencies:
- dependency-name: dopplerhq/cli-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 1, 2024
1 parent 05a9499 commit 09282a0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
go-version-file: 'backend/go.mod'
cache-dependency-path: 'backend/go.sum'
- name: Install Doppler CLI
uses: dopplerhq/cli-action@v2
uses: dopplerhq/cli-action@v3
- name: Add public IP to AWS security group
uses: sohelamin/aws-security-group-add-ip-action@master
with:
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
go-version-file: 'backend/go.mod'
cache-dependency-path: 'backend/go.sum'
- name: Install Doppler CLI
uses: dopplerhq/cli-action@v2
uses: dopplerhq/cli-action@v3
- name: Build and zip
run: |
cd backend/
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
go-version-file: 'backend/go.mod'
cache-dependency-path: 'backend/go.sum'
- name: Install Doppler CLI
uses: dopplerhq/cli-action@v2
uses: dopplerhq/cli-action@v3
- name: Build and zip
run: |
cd backend/
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
go-version-file: 'backend/go.mod'
cache-dependency-path: 'backend/go.sum'
- name: Install Doppler CLI
uses: dopplerhq/cli-action@v2
uses: dopplerhq/cli-action@v3
- name: Build and zip
run: |
cd backend/
Expand Down Expand Up @@ -260,7 +260,7 @@ jobs:
go-version-file: 'backend/go.mod'
cache-dependency-path: 'backend/go.sum'
- name: Install Doppler CLI
uses: dopplerhq/cli-action@v2
uses: dopplerhq/cli-action@v3
- name: Build and zip
run: |
cd backend/
Expand Down Expand Up @@ -312,7 +312,7 @@ jobs:
go-version-file: 'backend/go.mod'
cache-dependency-path: 'backend/go.sum'
- name: Install Doppler CLI
uses: dopplerhq/cli-action@v2
uses: dopplerhq/cli-action@v3
- name: Build and zip
run: |
cd backend/
Expand Down Expand Up @@ -352,7 +352,7 @@ jobs:
go-version-file: 'backend/go.mod'
cache-dependency-path: 'backend/go.sum'
- name: Install Doppler CLI
uses: dopplerhq/cli-action@v2
uses: dopplerhq/cli-action@v3
- name: Build and zip
run: |
cd backend/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/turbo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
aws-region: us-east-2

- name: Install Doppler CLI
uses: dopplerhq/cli-action@v2
uses: dopplerhq/cli-action@v3

# setting REACT_APP_COMMIT_SHA to a dummy value in CI to allow consistent turborepo remote caching

Expand Down

0 comments on commit 09282a0

Please sign in to comment.