Skip to content

Commit

Permalink
Merge pull request #1860 from containers/dependabot/github_actions/go…
Browse files Browse the repository at this point in the history
…ogle-github-actions/auth-2

build(deps): bump google-github-actions/auth from 1 to 2
  • Loading branch information
openshift-merge-bot[bot] authored Nov 29, 2023
2 parents bfd2381 + 37fceff commit 294c0f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
with:
name: conmonrs
path: ${{ github.sha }}/*
- uses: google-github-actions/auth@v1
- uses: google-github-actions/auth@v2
if: github.ref == 'refs/heads/main' || contains(github.ref, 'refs/tags')
with:
credentials_json: ${{ secrets.GCS_CRIO_SA }}
Expand All @@ -126,7 +126,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- run: .github/create-marker
- uses: google-github-actions/auth@v1
- uses: google-github-actions/auth@v2
with:
credentials_json: ${{ secrets.GCS_CRIO_SA }}
- uses: google-github-actions/upload-cloud-storage@v1
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
with:
name: conmonrs
path: ${{ github.sha }}/*
- uses: google-github-actions/auth@v1
- uses: google-github-actions/auth@v2
if: github.ref == 'refs/heads/main' || contains(github.ref, 'refs/tags')
with:
credentials_json: ${{ secrets.GCS_CRIO_SA }}
Expand Down

0 comments on commit 294c0f8

Please sign in to comment.