From b8aac19a111c43a452dc4fbb989870100117a38d Mon Sep 17 00:00:00 2001 From: null Date: Thu, 31 Aug 2023 14:24:50 +0000 Subject: [PATCH] chore(deps): update taiga-family/ci action to v1.12.0 --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3bd27d0..f43cf1c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,9 +11,9 @@ jobs: steps: - uses: actions/checkout@v3.6.0 - name: Setup global variables - uses: taiga-family/ci/actions/variables@1.11.0 + uses: taiga-family/ci/actions/variables@1.12.0 - name: Setup Node.js and Cache - uses: taiga-family/ci/actions/setup-node@1.11.0 + uses: taiga-family/ci/actions/setup-node@1.12.0 - name: Lint check run: |