Skip to content

Commit d1db2cd

Browse files
committed
fix github actions
1 parent 8582ee0 commit d1db2cd

File tree

3 files changed

+9
-13
lines changed

3 files changed

+9
-13
lines changed
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# This file was auto-generated by the Firebase CLI
2-
# https://github.com/firebase/firebase-tools
3-
41
name: Deploy to Firebase Hosting on merge
52
'on':
63
push:
@@ -10,11 +7,10 @@ jobs:
107
build_and_deploy:
118
runs-on: ubuntu-latest
129
steps:
13-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v4
1411
- run: npm ci && npm run build
1512
- uses: FirebaseExtended/action-hosting-deploy@v0
1613
with:
1714
repoToken: '${{ secrets.GITHUB_TOKEN }}'
1815
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_STANEKV_EU_SHARED }}'
1916
channelId: live
20-
projectId: stanekv-eu-shared

.github/workflows/firebase-hosting-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}'
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v4
1212
- run: npm ci && npm run build
1313
- uses: FirebaseExtended/action-hosting-deploy@v0
1414
with:

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)