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
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
- name: Setup Java
|
||||
uses: actions/setup-java@v2
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'adopt'
|
||||
java-version: '11'
|
||||
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
working-directory: ./android
|
||||
run: bundle install
|
||||
- name: node_modules cache
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v3
|
||||
id: npm-cache
|
||||
with:
|
||||
path: node_modules
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue