Winge19/cache: Cache dependencies and build outputs in GitHub Actions

PHOTO EMBED

Thu Oct 06 2022 14:34:28 GMT+0000 (Coordinated Universal Time)

Saved by @frikke

  - uses: actions/cache@v3
    with:
      path: |
        path/to/dependencies
        some/other/dependencies
      key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
content_copyCOPY

https://github.com/Winge19/cache