Skip to content

Commit

Permalink
bump versions of github-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
derekeder committed Feb 4, 2025
1 parent a575f00 commit 0d5d4c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- id: 'auth'
uses: 'google-github-actions/auth@v4'
uses: 'google-github-actions/auth@v2'
with:
workload_identity_provider: '${{ secrets.WORKLOAD_IDENTITY_PROVIDER }}'
service_account: '${{ secrets.SERVICE_ACCOUNT }}'
Expand Down

0 comments on commit 0d5d4c0

Please sign in to comment.