1
0
mirror of synced 2026-08-05 09:46:57 +00:00

DEV: Update CI workflows

This commit is contained in:
Discourse CI
2020-10-14 16:27:53 +00:00
parent 55e33a7bb6
commit 76b3071d0d
+2 -2
View File
@@ -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
@@ -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 }}