diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-07-29 20:45:53 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-29 20:45:53 +0200 |
| commit | 9ff4c970c0707dec548af518b8a75192d81a3b00 (patch) | |
| tree | 3541fe229b141693314b0c7f3ec208f0145169fd | |
| parent | 173cc2c94a7024f8533bf05fab7a6dde7efd4f77 (diff) | |
| parent | 05cb2f58573147340b876d2e95d95af78150ba73 (diff) | |
| download | gohugo-theme-ed-9ff4c970c0707dec548af518b8a75192d81a3b00.tar.gz | |
Merge pull request #13 from sergeyklay/dependabot/github_actions/actions/cache-3
Bump actions/cache from 2 to 3
| -rw-r--r-- | .github/workflows/codeql-analysis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 6344188..9dd5b7b 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -64,7 +64,7 @@ jobs: node-version: '14' - name: Cache dependencies - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} |
