Skip to content

Commit

Permalink
1.2.0 upgraded node which breaks compat for us -- pin to downgrade te…
Browse files Browse the repository at this point in the history
…mporarily
  • Loading branch information
abe-winter committed Nov 21, 2023
1 parent 27c40a7 commit c80d4e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
sudo -Hu testbot bash -lc 'make clean-all'
- name: Authorize GCP Upload
uses: google-github-actions/auth@v1
uses: google-github-actions/auth@v1.1.1
with:
credentials_json: '${{ secrets.GCP_CREDENTIALS }}'

Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:

steps:
- name: Authorize GCP
uses: google-github-actions/auth@v1
uses: google-github-actions/auth@v1.1.1
with:
credentials_json: '${{ secrets.GCP_CREDENTIALS }}'

Expand Down

0 comments on commit c80d4e5

Please sign in to comment.