Skip to content

Commit

Permalink
Update actions/cache action to v4 (#109)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 28, 2024
1 parent 63d2eb9 commit edbabb0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows_glew_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand Down Expand Up @@ -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') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows_gstreamer_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand Down Expand Up @@ -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') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows_sdl2_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand Down Expand Up @@ -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') }}
Expand Down

0 comments on commit edbabb0

Please sign in to comment.