Skip to content

Commit

Permalink
Bump actions/cache from 3.2.5 to 3.2.6 (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 27, 2023
1 parent 5006cc6 commit 9d24fdf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: echo "::set-output name=dir::$(yarn config get cacheFolder)"

- name: Check yarn cache
uses: actions/cache@v3.2.5
uses: actions/cache@v3.2.6
id: yarn-cache
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
run: echo "::set-output name=dir::$(yarn config get cacheFolder)"

- name: Check yarn cache
uses: actions/cache@v3.2.5
uses: actions/cache@v3.2.6
id: yarn-cache
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
run: echo "::set-output name=dir::$(yarn config get cacheFolder)"

- name: Check yarn cache
uses: actions/cache@v3.2.5
uses: actions/cache@v3.2.6
id: yarn-cache
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
Expand Down

0 comments on commit 9d24fdf

Please sign in to comment.