From 607642f235f0353868f564da3505628495a99c5f Mon Sep 17 00:00:00 2001 From: Gergely Hegedus Date: Mon, 4 Sep 2023 13:14:10 +0300 Subject: [PATCH] upgrade action versions --- .github/workflows/deploy_to_firebase.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy_to_firebase.yml b/.github/workflows/deploy_to_firebase.yml index 7097787..8f0369b 100644 --- a/.github/workflows/deploy_to_firebase.yml +++ b/.github/workflows/deploy_to_firebase.yml @@ -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