Skip to content

Commit 84b9967

Browse files
authored
Merge pull request #95 from iobroker-community-adapters/dependabot/github_actions/actions/cache-6
Bump actions/cache from 5 to 6
2 parents 16a813c + 88bd002 commit 84b9967

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rebuildReadme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
node-version: '20.x'
2121
- name: cache
22-
uses: actions/cache@v5
22+
uses: actions/cache@v6
2323
with:
2424
path: node_modules
2525
key: ${{ runner.os }}-js-${{ hashFiles('package-lock.json') }}

0 commit comments

Comments
 (0)