Skip to content

Commit 9db9f37

Browse files
committed
chore(deps): update all
1 parent b9aeeb5 commit 9db9f37

File tree

4 files changed

+32244
-32216
lines changed

4 files changed

+32244
-32216
lines changed

.github/workflows/firebase-hosting-merge.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
build_and_deploy:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
1414
with:
1515
persist-credentials: false
1616

17-
- uses: actions/setup-node@v2
17+
- uses: actions/setup-node@v3
1818
with:
1919
node-version: 12.x
2020

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
build_and_preview:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v3
1111
with:
1212
persist-credentials: false
13-
- uses: actions/setup-node@v2
13+
- uses: actions/setup-node@v3
1414
with:
1515
node-version: 12.x
1616
- run: git config --global url."https://${{ secrets.PAT }}@github.com/".insteadOf ssh://[email protected]/

0 commit comments

Comments
 (0)