Skip to content

Commit

Permalink
Merge pull request #2704 from kcp-dev/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/cache-3.2.4

🌱 build(deps): bump actions/cache from 3.2.3 to 3.2.4
  • Loading branch information
openshift-merge-robot committed Jan 30, 2023
2 parents 22d06c1 + c0207ef commit 91a2061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-gen-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
with:
node-version: "16"
- name: Cache dependencies
uses: actions/cache@v3.2.3
uses: actions/cache@v3.2.4
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down

0 comments on commit 91a2061

Please sign in to comment.