diff --git a/.github/workflows/JetLagged.yaml b/.github/workflows/JetLagged.yaml index d5d7f2d66..f4e53e954 100644 --- a/.github/workflows/JetLagged.yaml +++ b/.github/workflows/JetLagged.yaml @@ -53,7 +53,7 @@ jobs: - name: Generate cache key run: ./scripts/checksum.sh $SAMPLE_PATH checksum.txt - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | ~/.gradle/caches/modules-* diff --git a/.github/workflows/JetNews.yaml b/.github/workflows/JetNews.yaml index a444e4e5d..9f6c51885 100644 --- a/.github/workflows/JetNews.yaml +++ b/.github/workflows/JetNews.yaml @@ -57,7 +57,7 @@ jobs: - name: Generate cache key run: ./scripts/checksum.sh $SAMPLE_PATH checksum.txt - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | ~/.gradle/caches/modules-* diff --git a/.github/workflows/Jetchat.yaml b/.github/workflows/Jetchat.yaml index feb22ef6e..57238637f 100644 --- a/.github/workflows/Jetchat.yaml +++ b/.github/workflows/Jetchat.yaml @@ -52,7 +52,7 @@ jobs: - name: Generate cache key run: ./scripts/checksum.sh $SAMPLE_PATH checksum.txt - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | ~/.gradle/caches/modules-* diff --git a/.github/workflows/Reply.yaml b/.github/workflows/Reply.yaml index 569f7f49d..37e47ea79 100644 --- a/.github/workflows/Reply.yaml +++ b/.github/workflows/Reply.yaml @@ -53,7 +53,7 @@ jobs: - name: Generate cache key run: ./scripts/checksum.sh $SAMPLE_PATH checksum.txt - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | ~/.gradle/caches/modules-* diff --git a/.github/workflows/build-sample.yml b/.github/workflows/build-sample.yml index d4d65a998..0a84cd6fd 100644 --- a/.github/workflows/build-sample.yml +++ b/.github/workflows/build-sample.yml @@ -49,7 +49,7 @@ jobs: - name: Generate cache key run: ./scripts/checksum.sh ${{ inputs.path }} checksum.txt - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | ~/.gradle/caches/modules-*