diff --git a/.github/workflows/cross.yml b/.github/workflows/cross.yml index 4f54f49..8055c58 100644 --- a/.github/workflows/cross.yml +++ b/.github/workflows/cross.yml @@ -52,7 +52,7 @@ jobs: with: targets: ${{ matrix.target }} - name: setup cache - uses: actions/cache@v4.1.0 + uses: actions/cache@v4.1.1 with: # A list of files, directories, and wildcard patterns to cache and restore path: | diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index b515bd7..aff5b3a 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -24,7 +24,7 @@ jobs: run: | sudo apt-get install -y libgdk-pixbuf2.0-dev libgtk-3-dev libasound2-dev libpulse-dev - name: setup cache - uses: actions/cache@v4.1.0 + uses: actions/cache@v4.1.1 with: # A list of files, directories, and wildcard patterns to cache and restore path: |