Skip to content

Commit

Permalink
Merge pull request #289 from adaptive/dependabot/github_actions/main/…
Browse files Browse the repository at this point in the history
…actions/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
adaptive committed Jan 19, 2024
2 parents 34b53c6 + 0365c1e commit 0299fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Get yarn cache dir-path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
- uses: actions/cache@v3
- uses: actions/cache@v4
id: yarn-cache
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
Expand Down

0 comments on commit 0299fc9

Please sign in to comment.