Skip to content

Commit

Permalink
Merge pull request #4 from e-breuninger/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/cache-4

chore(deps): bump actions/cache from 3 to 4
  • Loading branch information
FlxPeters authored Jan 18, 2024
2 parents 8e929af + 78b1e64 commit 7320ca2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- name: Install job dependencies
run: apk add tar git
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ~/.cache
key: pre-commit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- name: Install job dependencies
run: apk add tar git
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ~/.cache
key: semantic-release
Expand Down

0 comments on commit 7320ca2

Please sign in to comment.