Skip to content

Commit

Permalink
chore(deps): bump the ci-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the ci-dependencies group with 2 updates: [google-github-actions/auth](https://github.com/google-github-actions/auth) and [buildpacks/github-actions](https://github.com/buildpacks/github-actions).


Updates `google-github-actions/auth` from 1 to 2
- [Release notes](https://github.com/google-github-actions/auth/releases)
- [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md)
- [Commits](google-github-actions/auth@v1...v2)

Updates `buildpacks/github-actions` from 5.5.0 to 5.5.1
- [Release notes](https://github.com/buildpacks/github-actions/releases)
- [Commits](buildpacks/github-actions@v5.5.0...v5.5.1)

---
updated-dependencies:
- dependency-name: google-github-actions/auth
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ci-dependencies
- dependency-name: buildpacks/github-actions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ci-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2023
1 parent d31acc4 commit 4f81857
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
- name: 🗝️ Authenticate to Google Cloud
id: auth
uses: google-github-actions/auth@v1
uses: google-github-actions/auth@v2
with:
access_token_scopes: 'email, openid, https://www.googleapis.com/auth/cloud-platform, https://www.googleapis.com/auth/firebase'
workload_identity_provider: ${{ secrets.IDENTITY_PROVIDER }}
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:

- name: 🗝️ Authenticate to Google Cloud
id: auth
uses: google-github-actions/auth@v1
uses: google-github-actions/auth@v2
with:
access_token_scopes: 'email, openid, https://www.googleapis.com/auth/cloud-platform, https://www.googleapis.com/auth/firebase'
workload_identity_provider: ${{ secrets.IDENTITY_PROVIDER }}
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
latest
- name: 🔰 Setup pack
uses: buildpacks/github-actions/[email protected].0
uses: buildpacks/github-actions/[email protected].1

- name: 📦 Build image
shell: bash
Expand Down Expand Up @@ -234,7 +234,7 @@ jobs:

- name: 🗝️ Authenticate to Google Cloud
id: auth
uses: google-github-actions/auth@v1
uses: google-github-actions/auth@v2
with:
access_token_scopes: 'email, openid, https://www.googleapis.com/auth/cloud-platform, https://www.googleapis.com/auth/firebase'
workload_identity_provider: ${{ secrets.IDENTITY_PROVIDER }}
Expand Down Expand Up @@ -263,7 +263,7 @@ jobs:
latest
- name: 🔰 Setup pack
uses: buildpacks/github-actions/[email protected].0
uses: buildpacks/github-actions/[email protected].1

- name: 📦 Build image
shell: bash
Expand Down

0 comments on commit 4f81857

Please sign in to comment.