Skip to content

Update actions/cache to v6.1.0 (major) (#526) #1501

Update actions/cache to v6.1.0 (major) (#526)

Update actions/cache to v6.1.0 (major) (#526) #1501

Workflow file for this run

name: Build Files
on: push
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: 24.13.0
- uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
with:
version: 10.26.2
- run: pnpm install --frozen-lockfile
- uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
with:
path: downloads
key: downloads-${{ hashFiles('Makefile') }}
restore-keys: |
downloads-
- run: make -j