diff --git a/.github/workflows/app-build.yml b/.github/workflows/app-build.yml index bc0c8a2..f72b351 100644 --- a/.github/workflows/app-build.yml +++ b/.github/workflows/app-build.yml @@ -93,7 +93,7 @@ jobs: path: ${{ env.PORTAPPS_DIR }} - name: Cache Portapps bin - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 with: path: ${{ env.PORTAPPS_DIR }}/bin key: portapps-bin-${{ env.PORTAPPS_VERSION }}