Skip to content

Commit

Permalink
Update GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
DaPigGuy committed Dec 14, 2023
1 parent 73a13e0 commit eef7b57
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/firebase-deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/firebase-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
if: "!contains(github.event.head_commit.message, 'ci skip')"
steps:
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Cache pnpm Modules
uses: actions/cache@v3
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/update-items.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v3
- name: Cache pnpm Modules
Expand Down Expand Up @@ -39,13 +39,13 @@ jobs:
with:
credentials_json: ${{ secrets.GCP_CREDENTIALS }}
- name: Upload items.json to Firebase
uses: google-github-actions/upload-cloud-storage@v0
uses: google-github-actions/upload-cloud-storage@v1
if: steps.update_items.outputs.updated == 'true'
with:
path: items.json
destination: framehub-f9cfb.appspot.com
- name: Upload Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: steps.update_items.outputs.updated == 'true'
with:
name: items.json
Expand Down

0 comments on commit eef7b57

Please sign in to comment.