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 May 1, 2024
1 parent 53546a6 commit ed4ced3
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 @@ -26,7 +26,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 @@ -57,7 +57,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 @@ -145,7 +145,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 @@ -197,7 +197,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 @@ -261,7 +261,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 @@ -313,7 +313,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 @@ -353,7 +353,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 ed4ced3

Please sign in to comment.