Skip to content

Commit 5c6f5cd

Browse files
Update all dependencies
1 parent a05281a commit 5c6f5cd

File tree

19 files changed

+43
-43
lines changed

19 files changed

+43
-43
lines changed

.github/workflows/AccessibilityCodelab.yaml

Lines changed: 3 additions & 3 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@v4
38+
- uses: actions/cache@v5
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@v5
51+
uses: actions/upload-artifact@v6
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@v5
58+
uses: actions/upload-artifact@v6
5959
with:
6060
name: build-reports
6161
path: ${{ env.SAMPLE_PATH }}/app/build/reports

.github/workflows/AdvancedStateAndSideEffectsCodelab.yaml

Lines changed: 5 additions & 5 deletions
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@v4
37+
- uses: actions/cache@v5
3838
with:
3939
path: |
4040
~/.gradle/caches/modules-*
@@ -47,14 +47,14 @@ jobs:
4747
run: ./gradlew assembleDebug lintDebug --stacktrace
4848

4949
- name: Upload build outputs (APKs)
50-
uses: actions/upload-artifact@v5
50+
uses: actions/upload-artifact@v6
5151
with:
5252
name: build-outputs
5353
path: ${{ env.SAMPLE_PATH }}/app/build/outputs
5454

5555
- name: Upload build reports
5656
if: always()
57-
uses: actions/upload-artifact@v5
57+
uses: actions/upload-artifact@v6
5858
with:
5959
name: build-reports
6060
path: ${{ env.SAMPLE_PATH }}/app/build/reports
@@ -91,7 +91,7 @@ jobs:
9191
- name: Generate cache key
9292
run: ./scripts/checksum.sh $SAMPLE_PATH checksum.txt
9393

94-
- uses: actions/cache@v4
94+
- uses: actions/cache@v5
9595
with:
9696
path: |
9797
~/.gradle/caches/modules-*
@@ -111,7 +111,7 @@ jobs:
111111

112112
- name: Upload test reports
113113
if: always()
114-
uses: actions/upload-artifact@v5
114+
uses: actions/upload-artifact@v6
115115
with:
116116
name: test-reports-state-${{ matrix.api-level }}
117117
path: ${{ env.SAMPLE_PATH }}/app/build/reports

.github/workflows/AnimationCodelab.yaml

Lines changed: 3 additions & 3 deletions
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@v4
37+
- uses: actions/cache@v5
3838
with:
3939
path: |
4040
~/.gradle/caches/modules-*
@@ -47,14 +47,14 @@ jobs:
4747
run: ./gradlew assembleDebug lintDebug --stacktrace
4848

4949
- name: Upload build outputs (APKs)
50-
uses: actions/upload-artifact@v5
50+
uses: actions/upload-artifact@v6
5151
with:
5252
name: build-outputs
5353
path: ${{ env.SAMPLE_PATH }}/app/build/outputs
5454

5555
- name: Upload build reports
5656
if: always()
57-
uses: actions/upload-artifact@v5
57+
uses: actions/upload-artifact@v6
5858
with:
5959
name: build-reports
6060
path: ${{ env.SAMPLE_PATH }}/app/build/reports

.github/workflows/BasicLayoutsCodelab.yaml

Lines changed: 3 additions & 3 deletions
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@v4
37+
- uses: actions/cache@v5
3838
with:
3939
path: |
4040
~/.gradle/caches/modules-*
@@ -47,14 +47,14 @@ jobs:
4747
run: ./gradlew assembleDebug lintDebug --stacktrace
4848

4949
- name: Upload build outputs (APKs)
50-
uses: actions/upload-artifact@v5
50+
uses: actions/upload-artifact@v6
5151
with:
5252
name: build-outputs
5353
path: ${{ env.SAMPLE_PATH }}/app/build/outputs
5454

5555
- name: Upload build reports
5656
if: always()
57-
uses: actions/upload-artifact@v5
57+
uses: actions/upload-artifact@v6
5858
with:
5959
name: build-reports
6060
path: ${{ env.SAMPLE_PATH }}/app/build/reports

.github/workflows/BasicStateCodelab.yaml

Lines changed: 3 additions & 3 deletions
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@v4
37+
- uses: actions/cache@v5
3838
with:
3939
path: |
4040
~/.gradle/caches/modules-*
@@ -47,14 +47,14 @@ jobs:
4747
run: ./gradlew assembleDebug lintDebug --stacktrace
4848

4949
- name: Upload build outputs (APKs)
50-
uses: actions/upload-artifact@v5
50+
uses: actions/upload-artifact@v6
5151
with:
5252
name: build-outputs
5353
path: ${{ env.SAMPLE_PATH }}/app/build/outputs
5454

5555
- name: Upload build reports
5656
if: always()
57-
uses: actions/upload-artifact@v5
57+
uses: actions/upload-artifact@v6
5858
with:
5959
name: build-reports
6060
path: ${{ env.SAMPLE_PATH }}/app/build/reports

.github/workflows/BasicsCodelab.yaml

Lines changed: 3 additions & 3 deletions
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@v4
37+
- uses: actions/cache@v5
3838
with:
3939
path: |
4040
~/.gradle/caches/modules-*
@@ -47,14 +47,14 @@ jobs:
4747
run: ./gradlew assembleDebug lintDebug --stacktrace
4848

4949
- name: Upload build outputs (APKs)
50-
uses: actions/upload-artifact@v5
50+
uses: actions/upload-artifact@v6
5151
with:
5252
name: build-outputs
5353
path: ${{ env.SAMPLE_PATH }}/app/build/outputs
5454

5555
- name: Upload build reports
5656
if: always()
57-
uses: actions/upload-artifact@v5
57+
uses: actions/upload-artifact@v6
5858
with:
5959
name: build-reports
6060
path: ${{ env.SAMPLE_PATH }}/app/build/reports

.github/workflows/MigrationCodelab.yaml

Lines changed: 5 additions & 5 deletions
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@v4
37+
- uses: actions/cache@v5
3838
with:
3939
path: |
4040
~/.gradle/caches/modules-*
@@ -47,14 +47,14 @@ jobs:
4747
run: ./gradlew assembleDebug lintDebug --stacktrace
4848

4949
- name: Upload build outputs (APKs)
50-
uses: actions/upload-artifact@v5
50+
uses: actions/upload-artifact@v6
5151
with:
5252
name: build-outputs
5353
path: ${{ env.SAMPLE_PATH }}/app/build/outputs
5454

5555
- name: Upload build reports
5656
if: always()
57-
uses: actions/upload-artifact@v5
57+
uses: actions/upload-artifact@v6
5858
with:
5959
name: build-reports
6060
path: ${{ env.SAMPLE_PATH }}/app/build/reports
@@ -83,7 +83,7 @@ jobs:
8383
- name: Generate cache key
8484
run: ./scripts/checksum.sh $SAMPLE_PATH checksum.txt
8585

86-
- uses: actions/cache@v4
86+
- uses: actions/cache@v5
8787
with:
8888
path: |
8989
~/.gradle/caches/modules-*
@@ -102,7 +102,7 @@ jobs:
102102

103103
- name: Upload test reports
104104
if: always()
105-
uses: actions/upload-artifact@v5
105+
uses: actions/upload-artifact@v6
106106
with:
107107
name: test-reports-migration-${{ matrix.api-level }}
108108
path: ${{ env.SAMPLE_PATH }}/app/build/reports

.github/workflows/NavigationCodelab.yaml

Lines changed: 3 additions & 3 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@v4
38+
- uses: actions/cache@v5
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@v5
51+
uses: actions/upload-artifact@v6
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@v5
58+
uses: actions/upload-artifact@v6
5959
with:
6060
name: build-reports
6161
path: ${{ env.SAMPLE_PATH }}/app/build/reports

.github/workflows/TestingCodelab.yaml

Lines changed: 3 additions & 3 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@v4
38+
- uses: actions/cache@v5
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@v5
51+
uses: actions/upload-artifact@v6
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@v5
58+
uses: actions/upload-artifact@v6
5959
with:
6060
name: build-reports
6161
path: ${{ env.SAMPLE_PATH }}/app/build/reports

.github/workflows/ThemingCodelab.yaml

Lines changed: 3 additions & 3 deletions
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@v4
37+
- uses: actions/cache@v5
3838
with:
3939
path: |
4040
~/.gradle/caches/modules-*
@@ -47,14 +47,14 @@ jobs:
4747
run: ./gradlew assembleDebug lintDebug --stacktrace
4848

4949
- name: Upload build outputs (APKs)
50-
uses: actions/upload-artifact@v5
50+
uses: actions/upload-artifact@v6
5151
with:
5252
name: build-outputs
5353
path: ${{ env.SAMPLE_PATH }}/app/build/outputs
5454

5555
- name: Upload build reports
5656
if: always()
57-
uses: actions/upload-artifact@v5
57+
uses: actions/upload-artifact@v6
5858
with:
5959
name: build-reports
6060
path: ${{ env.SAMPLE_PATH }}/app/build/reports

0 commit comments

Comments
 (0)