Skip to content

fix(deps): update dependency @actions/cache to v4 (#240) #513

fix(deps): update dependency @actions/cache to v4 (#240)

fix(deps): update dependency @actions/cache to v4 (#240) #513

name: example-rolling-cache
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bahmutov/npm-install@HEAD
with:
working-directory: examples/rolling-cache
useRollingCache: true
- run: npm t
working-directory: examples/rolling-cache