Skip to content

Commit

Permalink
Merge 0dffa68 into 9ba6e37
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 10, 2022
2 parents 9ba6e37 + 0dffa68 commit f1f98ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: '**/node_modules'
key: ${{ runner.os }}-lint-modules-${{ hashFiles('**/yarn.lock') }}
Expand Down Expand Up @@ -34,7 +34,7 @@ jobs:
run: git config --global core.autocrlf input
- name: Check out repository
uses: actions/checkout@v2
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: '**/node_modules'
key: ${{ runner.os }}-test-modules-${{ hashFiles('**/yarn.lock') }}
Expand Down

0 comments on commit f1f98ea

Please sign in to comment.