Skip to content

Commit

Permalink
Merge pull request #57 from iobroker-community-adapters/dependabot/gi…
Browse files Browse the repository at this point in the history
…thub_actions/actions/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
mcm1957 authored Mar 6, 2024
2 parents b6fe50b + 4810179 commit 83691fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rebuildReadme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
node-version: '20.x'
- name: cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: node_modules
key: ${{ runner.os }}-js-${{ hashFiles('package-lock.json') }}
Expand Down

0 comments on commit 83691fa

Please sign in to comment.