diff --git a/.github/workflows/windows_glew_wheels.yml b/.github/workflows/windows_glew_wheels.yml index 785c2c8..7313f5b 100644 --- a/.github/workflows/windows_glew_wheels.yml +++ b/.github/workflows/windows_glew_wheels.yml @@ -33,7 +33,7 @@ jobs: with: python-version: 3.x - name: Cache deps - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: kivy_build_cache key: cache-packages-glew-${{ matrix.arch }}-${{ hashFiles('win/glew.py') }} @@ -64,7 +64,7 @@ jobs: python-version: ${{ matrix.python }} architecture: ${{ matrix.arch }} - name: Cache deps - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: kivy_build_cache key: cache-packages-glew-${{ matrix.arch }}-${{ hashFiles('win/glew.py') }} diff --git a/.github/workflows/windows_gstreamer_wheels.yml b/.github/workflows/windows_gstreamer_wheels.yml index f99d143..faa2d89 100644 --- a/.github/workflows/windows_gstreamer_wheels.yml +++ b/.github/workflows/windows_gstreamer_wheels.yml @@ -34,7 +34,7 @@ jobs: with: python-version: 3.x - name: Cache deps - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: kivy_build_cache key: cache-packages-gstreamer-${{ matrix.arch }}-${{ hashFiles('win/gstreamer.py') }} @@ -65,7 +65,7 @@ jobs: python-version: ${{ matrix.python }} architecture: ${{ matrix.arch }} - name: Cache deps - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: kivy_build_cache key: cache-packages-gstreamer-${{ matrix.arch }}-${{ hashFiles('win/gstreamer.py') }} diff --git a/.github/workflows/windows_sdl2_wheels.yml b/.github/workflows/windows_sdl2_wheels.yml index c872539..86cb4cc 100644 --- a/.github/workflows/windows_sdl2_wheels.yml +++ b/.github/workflows/windows_sdl2_wheels.yml @@ -35,7 +35,7 @@ jobs: python-version: 3.x - name: Cache deps id: cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: kivy_build_cache key: cache-packages-sdl2-${{ matrix.arch }}-${{ hashFiles('win/sdl2.py') }} @@ -66,7 +66,7 @@ jobs: python-version: ${{ matrix.python }} architecture: ${{ matrix.arch }} - name: Cache deps - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: kivy_build_cache key: cache-packages-sdl2-${{ matrix.arch }}-${{ hashFiles('win/sdl2.py') }}