diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8870f03..8c981c6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,14 +21,14 @@ jobs: - name: Checkout code uses: actions/checkout@v7.0.0 - name: Cache library downloads - uses: actions/cache@v5.0.5 + uses: actions/cache@v6.1.0 with: path: ~/downloads key: library-downloads-${{ hashFiles('native/build-config.sh') }} restore-keys: | library-downloads- - name: Cache configure results - uses: actions/cache@v5.0.5 + uses: actions/cache@v6.1.0 with: path: ~/config-cache key: config-cache-macos-${{ hashFiles('native/build-*.sh') }} @@ -70,14 +70,14 @@ jobs: with: fetch-depth: 0 - name: Cache library downloads - uses: actions/cache@v5.0.5 + uses: actions/cache@v6.1.0 with: path: ~/downloads key: library-downloads-${{ hashFiles('native/build-config.sh') }} restore-keys: | library-downloads- - name: Cache configure results - uses: actions/cache@v5.0.5 + uses: actions/cache@v6.1.0 with: path: ~/config-cache key: config-cache-linux-${{ hashFiles('native/build-*.sh') }}