Skip to content

Commit 03cdf29

Browse files
authored
Merge pull request #410 from android/renovate/end-all
Update all dependencies (end)
2 parents 780de70 + 440d9eb commit 03cdf29

File tree

28 files changed

+62
-62
lines changed

28 files changed

+62
-62
lines changed

.github/workflows/AccessibilityCodelab.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Generate cache key
3636
run: ./scripts/checksum.sh $SAMPLE_PATH checksum.txt
3737

38-
- uses: actions/cache@v3
38+
- uses: actions/cache@v4
3939
with:
4040
path: |
4141
~/.gradle/caches/modules-*

.github/workflows/AdvancedStateAndSideEffectsCodelab.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Generate cache key
3636
run: ./scripts/checksum.sh $SAMPLE_PATH checksum.txt
3737

38-
- uses: actions/cache@v3
38+
- uses: actions/cache@v4
3939
with:
4040
path: |
4141
~/.gradle/caches/modules-*
@@ -48,14 +48,14 @@ jobs:
4848
run: ./gradlew assembleDebug lintDebug --stacktrace
4949

5050
- name: Upload build outputs (APKs)
51-
uses: actions/upload-artifact@v3
51+
uses: actions/upload-artifact@v4
5252
with:
5353
name: build-outputs
5454
path: ${{ env.SAMPLE_PATH }}/app/build/outputs
5555

5656
- name: Upload build reports
5757
if: always()
58-
uses: actions/upload-artifact@v3
58+
uses: actions/upload-artifact@v4
5959
with:
6060
name: build-reports
6161
path: ${{ env.SAMPLE_PATH }}/app/build/reports
@@ -84,7 +84,7 @@ jobs:
8484
- name: Generate cache key
8585
run: ./scripts/checksum.sh $SAMPLE_PATH checksum.txt
8686

87-
- uses: actions/cache@v3
87+
- uses: actions/cache@v4
8888
with:
8989
path: |
9090
~/.gradle/caches/modules-*
@@ -104,7 +104,7 @@ jobs:
104104

105105
- name: Upload test reports
106106
if: always()
107-
uses: actions/upload-artifact@v3
107+
uses: actions/upload-artifact@v4
108108
with:
109109
name: test-reports
110110
path: ${{ env.SAMPLE_PATH }}/app/build/reports

.github/workflows/AnimationCodelab.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Generate cache key
3535
run: ./scripts/checksum.sh $SAMPLE_PATH checksum.txt
3636

37-
- uses: actions/cache@v3
37+
- uses: actions/cache@v4
3838
with:
3939
path: |
4040
~/.gradle/caches/modules-*

.github/workflows/BasicLayoutsCodelab.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Generate cache key
3535
run: ./scripts/checksum.sh $SAMPLE_PATH checksum.txt
3636

37-
- uses: actions/cache@v3
37+
- uses: actions/cache@v4
3838
with:
3939
path: |
4040
~/.gradle/caches/modules-*

.github/workflows/BasicStateCodelab.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Generate cache key
3535
run: ./scripts/checksum.sh $SAMPLE_PATH checksum.txt
3636

37-
- uses: actions/cache@v3
37+
- uses: actions/cache@v4
3838
with:
3939
path: |
4040
~/.gradle/caches/modules-*

.github/workflows/BasicsCodelab.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Generate cache key
3535
run: ./scripts/checksum.sh $SAMPLE_PATH checksum.txt
3636

37-
- uses: actions/cache@v3
37+
- uses: actions/cache@v4
3838
with:
3939
path: |
4040
~/.gradle/caches/modules-*

.github/workflows/MigrationCodelab.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Generate cache key
3636
run: ./scripts/checksum.sh $SAMPLE_PATH checksum.txt
3737

38-
- uses: actions/cache@v3
38+
- uses: actions/cache@v4
3939
with:
4040
path: |
4141
~/.gradle/caches/modules-*
@@ -48,14 +48,14 @@ jobs:
4848
run: ./gradlew assembleDebug lintDebug --stacktrace
4949

5050
- name: Upload build outputs (APKs)
51-
uses: actions/upload-artifact@v3
51+
uses: actions/upload-artifact@v4
5252
with:
5353
name: build-outputs
5454
path: ${{ env.SAMPLE_PATH }}/app/build/outputs
5555

5656
- name: Upload build reports
5757
if: always()
58-
uses: actions/upload-artifact@v3
58+
uses: actions/upload-artifact@v4
5959
with:
6060
name: build-reports
6161
path: ${{ env.SAMPLE_PATH }}/app/build/reports
@@ -84,7 +84,7 @@ jobs:
8484
- name: Generate cache key
8585
run: ./scripts/checksum.sh $SAMPLE_PATH checksum.txt
8686

87-
- uses: actions/cache@v3
87+
- uses: actions/cache@v4
8888
with:
8989
path: |
9090
~/.gradle/caches/modules-*
@@ -104,7 +104,7 @@ jobs:
104104

105105
- name: Upload test reports
106106
if: always()
107-
uses: actions/upload-artifact@v3
107+
uses: actions/upload-artifact@v4
108108
with:
109109
name: test-reports
110110
path: ${{ env.SAMPLE_PATH }}/app/build/reports

.github/workflows/NavigationCodelab.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Generate cache key
3636
run: ./scripts/checksum.sh $SAMPLE_PATH checksum.txt
3737

38-
- uses: actions/cache@v3
38+
- uses: actions/cache@v4
3939
with:
4040
path: |
4141
~/.gradle/caches/modules-*

.github/workflows/TestingCodelab.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Generate cache key
3636
run: ./scripts/checksum.sh $SAMPLE_PATH checksum.txt
3737

38-
- uses: actions/cache@v3
38+
- uses: actions/cache@v4
3939
with:
4040
path: |
4141
~/.gradle/caches/modules-*

.github/workflows/ThemingCodelab.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Generate cache key
3535
run: ./scripts/checksum.sh $SAMPLE_PATH checksum.txt
3636

37-
- uses: actions/cache@v3
37+
- uses: actions/cache@v4
3838
with:
3939
path: |
4040
~/.gradle/caches/modules-*

0 commit comments

Comments
 (0)