diff --git a/.github/workflows/nightlyReports.yml b/.github/workflows/nightlyReports.yml index 9de21ae..fc6fc1d 100644 --- a/.github/workflows/nightlyReports.yml +++ b/.github/workflows/nightlyReports.yml @@ -18,7 +18,7 @@ jobs: if: ${{ github.repository == 'element-hq/compound-android' }} steps: - name: ⏬ Checkout with LFS - uses: nschloe/action-cached-lfs-checkout@v1.2.2 + uses: nschloe/action-cached-lfs-checkout@v1.2.3 - name: Use JDK 17 uses: actions/setup-java@v4 diff --git a/.github/workflows/recordScreenshots.yml b/.github/workflows/recordScreenshots.yml index cd451aa..104761e 100644 --- a/.github/workflows/recordScreenshots.yml +++ b/.github/workflows/recordScreenshots.yml @@ -23,13 +23,13 @@ jobs: labels: Record-Screenshots - name: ⏬ Checkout with LFS (PR) if: github.event.label.name == 'Record-Screenshots' - uses: nschloe/action-cached-lfs-checkout@v1.2.2 + uses: nschloe/action-cached-lfs-checkout@v1.2.3 with: persist-credentials: false ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.ref || github.ref }} - name: ⏬ Checkout with LFS (Branch) if: github.event_name == 'workflow_dispatch' - uses: nschloe/action-cached-lfs-checkout@v1.2.2 + uses: nschloe/action-cached-lfs-checkout@v1.2.3 with: persist-credentials: false - name: ☕️ Use JDK 17 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0a7aa4e..618fda2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -33,7 +33,7 @@ jobs: sudo swapon /mnt/swapfile sudo swapon --show - name: ⏬ Checkout with LFS - uses: nschloe/action-cached-lfs-checkout@v1.2.2 + uses: nschloe/action-cached-lfs-checkout@v1.2.3 with: # Ensure we are building the branch and not the branch after being merged on main # https://github.com/actions/checkout/issues/881 diff --git a/.github/workflows/validate-lfs.yml b/.github/workflows/validate-lfs.yml index ad04fff..d5484e3 100644 --- a/.github/workflows/validate-lfs.yml +++ b/.github/workflows/validate-lfs.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest name: Validate steps: - - uses: nschloe/action-cached-lfs-checkout@v1.2.2 + - uses: nschloe/action-cached-lfs-checkout@v1.2.3 - run: | ./scripts/validate_lfs.sh