diff --git a/.github/workflows/e2e_tests.yaml b/.github/workflows/e2e_tests.yaml index 0f072b4d0810..1c40418c963a 100644 --- a/.github/workflows/e2e_tests.yaml +++ b/.github/workflows/e2e_tests.yaml @@ -38,7 +38,7 @@ jobs: name: Install Node.js 16 with: node-version: '16' - - uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 + - uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 with: distribution: 'temurin' java-version: '11' @@ -111,7 +111,7 @@ jobs: name: Install Node.js 16 with: node-version: '16' - - uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 + - uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 with: distribution: 'temurin' java-version: '11' @@ -186,7 +186,7 @@ jobs: name: Install Node.js 16 with: node-version: '16' - - uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 + - uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 with: distribution: 'temurin' java-version: '11' @@ -255,7 +255,7 @@ jobs: name: Install Node.js 16 with: node-version: '16' - - uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 + - uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 with: distribution: 'temurin' java-version: '11' diff --git a/.github/workflows/firebase_firestore_odm.yaml b/.github/workflows/firebase_firestore_odm.yaml index f09597e69941..7d58957f2789 100644 --- a/.github/workflows/firebase_firestore_odm.yaml +++ b/.github/workflows/firebase_firestore_odm.yaml @@ -58,7 +58,7 @@ jobs: name: Install Node.js 16 with: node-version: '16' - - uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 + - uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 with: distribution: 'temurin' java-version: '11'