diff --git a/.github/workflows/JetLagged.yaml b/.github/workflows/JetLagged.yaml index 6240daa23..155cc7fd0 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 d704ae267..7bb55efb5 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 0cab15a9f..546875b32 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 5761bc468..b504a2732 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 1616a55a9..1fc5fbf4c 100644 --- a/.github/workflows/build-sample.yml +++ b/.github/workflows/build-sample.yml @@ -53,7 +53,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-*