aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-11-22 19:14:44 -0500
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-11-22 19:14:44 -0500
commite2807842b0cd62dcc00db1dd63c59daad15803f7 (patch)
tree41ee6a71f243629a8c44497b0b48c28df62eeddc /.github/workflows
parent717b924d6c4727c75639f4d495e8521f7eae9849 (diff)
downloadtanzanite-e2807842b0cd62dcc00db1dd63c59daad15803f7.tar.gz
tanzanite-e2807842b0cd62dcc00db1dd63c59daad15803f7.tar.bz2
tanzanite-e2807842b0cd62dcc00db1dd63c59daad15803f7.zip
use new setAuthor overload
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/checks.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml
index bbaa22f..8bd2200 100644
--- a/.github/workflows/checks.yml
+++ b/.github/workflows/checks.yml
@@ -16,7 +16,7 @@ jobs:
- name: Yarn Cache
uses: c-hive/gha-yarn-cache@v2
- name: Install Dependencies
- run: yarn install --frozen-lockfile
+ run: yarn install --immutable --immutable-cache
- name: Create Fake Ignored files
run: |
cp src/config/example-options.ts src/config/options.ts
@@ -42,7 +42,7 @@ jobs:
- name: Yarn Cache
uses: c-hive/gha-yarn-cache@v2
- name: Install Dependencies
- run: yarn install --frozen-lockfile
+ run: yarn install --immutable --immutable-cache
- name: Configure Git
run: |
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"