Skip to content

Commit 0eb2802

Browse files
authored
Merge pull request #4017 from element-hq/renovate/nschloe-action-cached-lfs-checkout-1.x
Update nschloe/action-cached-lfs-checkout action to v1.2.3
2 parents 8914c5a + f130df1 commit 0eb2802

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/generate_github_pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == 'element-hq/element-x-android' }}
1313
steps:
1414
- name: ⏬ Checkout with LFS
15-
uses: nschloe/[email protected].2
15+
uses: nschloe/[email protected].3
1616
- name: Use JDK 21
1717
uses: actions/setup-java@v4
1818
with:

.github/workflows/nightlyReports.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
if: ${{ github.repository == 'element-hq/element-x-android' }}
1919
steps:
2020
- name: ⏬ Checkout with LFS
21-
uses: nschloe/[email protected].2
21+
uses: nschloe/[email protected].3
2222

2323
- name: Use JDK 21
2424
uses: actions/setup-java@v4

.github/workflows/recordScreenshots.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424
labels: Record-Screenshots
2525
- name: ⏬ Checkout with LFS (PR)
2626
if: github.event.label.name == 'Record-Screenshots'
27-
uses: nschloe/[email protected].2
27+
uses: nschloe/[email protected].3
2828
with:
2929
persist-credentials: false
3030
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.ref || github.ref }}
3131
- name: ⏬ Checkout with LFS (Branch)
3232
if: github.event_name == 'workflow_dispatch'
33-
uses: nschloe/[email protected].2
33+
uses: nschloe/[email protected].3
3434
with:
3535
persist-credentials: false
3636
- name: ☕️ Use JDK 21

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
sudo swapon /mnt/swapfile
3434
sudo swapon --show
3535
- name: ⏬ Checkout with LFS
36-
uses: nschloe/[email protected].2
36+
uses: nschloe/[email protected].3
3737
with:
3838
# Ensure we are building the branch and not the branch after being merged on develop
3939
# https://github.com/actions/checkout/issues/881

.github/workflows/validate-lfs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
name: Validate
99
steps:
10-
- uses: nschloe/[email protected].2
10+
- uses: nschloe/[email protected].3
1111

1212
- run: |
1313
./tools/git/validate_lfs.sh

0 commit comments

Comments
 (0)