Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/github_actions/cypress-io/githu…
Browse files Browse the repository at this point in the history
…b-action-6.6.1
  • Loading branch information
mergify[bot] authored Jan 22, 2024
2 parents b46be3a + 573fd50 commit e3304e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: echo "::set-output name=dir::$(yarn cache dir)"

- name: Cache yarn
uses: actions/cache@v3
uses: actions/cache@v4
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
Expand All @@ -45,7 +45,7 @@ jobs:
${{ runner.os }}-yarn-
- name: Cache Scalablytyped transpilations
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.ivy2/local/org.scalablytyped
Expand Down

0 comments on commit e3304e7

Please sign in to comment.