diff --git a/.github/workflows/windows_glew_wheels.yml b/.github/workflows/windows_glew_wheels.yml index 968b531..6f19831 100644 --- a/.github/workflows/windows_glew_wheels.yml +++ b/.github/workflows/windows_glew_wheels.yml @@ -32,7 +32,7 @@ jobs: with: python-version: 3.x - name: Cache deps - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: kivy_build_cache key: cache-packages-glew-${{ matrix.arch }}-${{ hashFiles('win/glew.py') }} @@ -63,7 +63,7 @@ jobs: python-version: ${{ matrix.python }} architecture: ${{ matrix.arch }} - name: Cache deps - uses: actions/cache@v3 + uses: actions/cache@v4 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 7e4e54c..5d73036 100644 --- a/.github/workflows/windows_gstreamer_wheels.yml +++ b/.github/workflows/windows_gstreamer_wheels.yml @@ -33,7 +33,7 @@ jobs: with: python-version: 3.x - name: Cache deps - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: kivy_build_cache key: cache-packages-gstreamer-${{ matrix.arch }}-${{ hashFiles('win/gstreamer.py') }} @@ -64,7 +64,7 @@ jobs: python-version: ${{ matrix.python }} architecture: ${{ matrix.arch }} - name: Cache deps - uses: actions/cache@v3 + uses: actions/cache@v4 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 66ac6b1..9625f90 100644 --- a/.github/workflows/windows_sdl2_wheels.yml +++ b/.github/workflows/windows_sdl2_wheels.yml @@ -34,7 +34,7 @@ jobs: python-version: 3.x - name: Cache deps id: cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: kivy_build_cache key: cache-packages-sdl2-${{ matrix.arch }}-${{ hashFiles('win/sdl2.py') }} @@ -65,7 +65,7 @@ jobs: python-version: ${{ matrix.python }} architecture: ${{ matrix.arch }} - name: Cache deps - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: kivy_build_cache key: cache-packages-sdl2-${{ matrix.arch }}-${{ hashFiles('win/sdl2.py') }}