Skip to content

Commit

Permalink
Merge pull request #3 from irmantastam/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/cache-4.0.0

build(deps): bump actions/cache from 3.0.11 to 4.0.0
  • Loading branch information
irmantastam authored Jan 17, 2024
2 parents c4f3f3a + 31e59e9 commit 0925767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/eslint-tsc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: echo "::set-output name=dir::$(yarn cache dir)"

- name: Use Yarn cache
uses: actions/cache@v3.0.11
uses: actions/cache@v4.0.0
id: yarn-cache
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
Expand Down

0 comments on commit 0925767

Please sign in to comment.