From 16748802dbdb22b72d62261202fb425a2f549110 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 13 Apr 2021 14:22:31 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v2.1.5 --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 9c7e4cd..601791f 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -33,7 +33,7 @@ jobs: # a pull request then we can checkout the head. fetch-depth: 0 - name: Cache Tools - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: tools key: ${{ runner.os }}-tools-${{ hashFiles('build.cake') }}