Skip to content

Commit

Permalink
DEV: Update CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Discourse CI committed Oct 14, 2020
1 parent 72d3378 commit b3b9748
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/plugin-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
bundle config without 'development'
- name: Bundler cache
uses: actions/cache@v1
uses: actions/cache@v2
id: bundler-cache
with:
path: vendor/bundle
Expand All @@ -124,7 +124,7 @@ jobs:
run: echo "::set-output name=dir::$(yarn cache dir)"

- name: Yarn cache
uses: actions/cache@v1
uses: actions/cache@v2
id: yarn-cache
with:
path: ${{ steps.yarn-cache-dir.outputs.dir }}
Expand Down

0 comments on commit b3b9748

Please sign in to comment.