Skip to content

Commit

Permalink
Merge pull request #249 from shgysk8zer0/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
shgysk8zer0 committed Jan 22, 2024
2 parents 4fb9889 + 55ee9d1 commit e42444a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,22 @@ updates:
time: "13:00"
open-pull-requests-limit: 10
reviewers:
- shgysk8zer0
- shgysk8zer0
assignees:
- shgysk8zer0
labels:
- dependencies
- javascript
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
time: "13:00"
open-pull-requests-limit: 10
reviewers:
- shgysk8zer0
- shgysk8zer0
assignees:
- shgysk8zer0
labels:
- dependencies
- github-actions
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
shell: bash
run: echo "dir=$(npm config get cache)" >> ${GITHUB_OUTPUT}
- name: Restore cache
uses: actions/cache@v3
uses: actions/cache@v4
# use this to check for `cache-hit` ==> if: steps.npm-cache.outputs.cache-hit != 'true'
id: npm-cache
with:
Expand Down

0 comments on commit e42444a

Please sign in to comment.