diff --git a/.github/workflows/nightlyReports.yml b/.github/workflows/nightlyReports.yml index 5c70a3d385..de85e70ae2 100644 --- a/.github/workflows/nightlyReports.yml +++ b/.github/workflows/nightlyReports.yml @@ -18,7 +18,7 @@ jobs: if: ${{ github.repository == 'vector-im/element-x-android' }} steps: - name: ⏬ Checkout with LFS - uses: nschloe/action-cached-lfs-checkout@v1.2.1 + uses: nschloe/action-cached-lfs-checkout@v1.2.2 - name: Use JDK 17 uses: actions/setup-java@v3 diff --git a/.github/workflows/recordScreenshots.yml b/.github/workflows/recordScreenshots.yml index 54e35bbaff..ae356dd114 100644 --- a/.github/workflows/recordScreenshots.yml +++ b/.github/workflows/recordScreenshots.yml @@ -14,7 +14,7 @@ jobs: steps: - name: ⏬ Checkout with LFS - uses: nschloe/action-cached-lfs-checkout@v1.2.1 + uses: nschloe/action-cached-lfs-checkout@v1.2.2 with: persist-credentials: false - name: ☕️ Use JDK 17 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 97a739f747..9f1b2c6d75 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -25,7 +25,7 @@ jobs: cancel-in-progress: true steps: - name: ⏬ Checkout with LFS - uses: nschloe/action-cached-lfs-checkout@v1.2.1 + uses: nschloe/action-cached-lfs-checkout@v1.2.2 with: # Ensure we are building the branch and not the branch after being merged on develop # https://github.com/actions/checkout/issues/881 diff --git a/.github/workflows/validate-lfs.yml b/.github/workflows/validate-lfs.yml index 63ded8f4e1..5cb06d57ff 100644 --- a/.github/workflows/validate-lfs.yml +++ b/.github/workflows/validate-lfs.yml @@ -9,7 +9,7 @@ jobs: if: github.event.merge_group.base_ref != 'refs/heads/develop' name: Validate steps: - - uses: nschloe/action-cached-lfs-checkout@v1.2.1 + - uses: nschloe/action-cached-lfs-checkout@v1.2.2 - run: | ./tools/git/validate_lfs.sh