mirror of
https://github.com/discourse/discourse-steam-login.git
synced 2025-02-17 08:55:11 +00:00
DEV: Update CI workflows
This commit is contained in:
parent
b6f732a83f
commit
cc25965b71
4
.github/workflows/plugin-tests.yml
vendored
4
.github/workflows/plugin-tests.yml
vendored
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user