Skip to content

Commit

Permalink
Fix out of date GitHub Action usage
Browse files Browse the repository at this point in the history
  • Loading branch information
DaPigGuy committed Jan 28, 2024
1 parent 150a2a1 commit 98be5b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-items.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
FORCE_UPLOAD: ${{ contains(github.event.head_commit.message, 'force upload') && github.event_name == 'push' }}
PROXY_AUTH: ${{ secrets.PROXY_AUTH }}
- name: Authenticate Firebase
uses: 'google-github-actions/auth@v0'
uses: 'google-github-actions/auth@v2'
with:
credentials_json: ${{ secrets.GCP_CREDENTIALS }}
- name: Upload items.json to Firebase
Expand Down

0 comments on commit 98be5b0

Please sign in to comment.