Skip to content

Commit

Permalink
build: update GitHub Actions workflow to use actions/cache for depend…
Browse files Browse the repository at this point in the history
…ency caching
  • Loading branch information
mastercactapus committed Mar 3, 2025
1 parent bcbc7ff commit cfe14d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dep-autoapprove.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- uses: actions/setup-node@v4
- uses: actions/cache@v4
with:
node-version: '22'
cache: 'yarn'
key: key
path: ~/.bun/install/cache
- name: Run make generate
run: make generate
- uses: stefanzweifel/git-auto-commit-action@v5
Expand Down

0 comments on commit cfe14d9

Please sign in to comment.