From b3cc17804586aeab332bbd46f09a50a296b0c004 Mon Sep 17 00:00:00 2001 From: Timothy Stewart Date: Tue, 1 Nov 2022 19:59:22 -0500 Subject: [PATCH] fix(ci): pin + cache --- .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 02e700ea..3ec446dc 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -22,7 +22,7 @@ jobs: with: python-version: ${{ env.PYTHON_VERSION }} cache: 'pip' # caching pip dependencies - + - name: Cache pip uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # 3.0.11 with: @@ -58,4 +58,4 @@ jobs: with: allowlist: | aws-actions/ - docker/login-action \ No newline at end of file + docker/login-action