upgrade action versions
This commit is contained in:
parent
90f47bdb60
commit
607642f235
1 changed files with 3 additions and 3 deletions
6
.github/workflows/deploy_to_firebase.yml
vendored
6
.github/workflows/deploy_to_firebase.yml
vendored
|
|
@ -10,9 +10,9 @@ jobs:
|
||||||
contents: read
|
contents: read
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
- name: Setup Java
|
- name: Setup Java
|
||||||
uses: actions/setup-java@v2
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
distribution: 'adopt'
|
distribution: 'adopt'
|
||||||
java-version: '11'
|
java-version: '11'
|
||||||
|
|
@ -30,7 +30,7 @@ jobs:
|
||||||
working-directory: ./android
|
working-directory: ./android
|
||||||
run: bundle install
|
run: bundle install
|
||||||
- name: node_modules cache
|
- name: node_modules cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v3
|
||||||
id: npm-cache
|
id: npm-cache
|
||||||
with:
|
with:
|
||||||
path: node_modules
|
path: node_modules
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue