From e2807842b0cd62dcc00db1dd63c59daad15803f7 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Mon, 22 Nov 2021 19:14:44 -0500 Subject: use new setAuthor overload --- .github/workflows/checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') 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" -- cgit