Skip to content

Commit

Permalink
add automation to bump cache version
Browse files Browse the repository at this point in the history
  • Loading branch information
adityamaru committed Oct 5, 2024
1 parent 9608e5a commit 87656aa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/bump-cache-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ jobs:
working-directory: packages/setup-ocaml
run: |
sed -i 's/"@actions\/cache": "npm:@useblacksmith\/cache@[^"]*"/"@actions\/cache": "npm:@useblacksmith\/cache@${{ github.event.inputs.cache_version }}"/' package.json
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '18'

- name: Install Yarn
run: npm install -g [email protected]

- name: Install dependencies
working-directory: packages/setup-ocaml
Expand Down

0 comments on commit 87656aa

Please sign in to comment.