Skip to content

Commit

Permalink
chore(actions): bump actions/cache from 3 to 4 (#4)
Browse files Browse the repository at this point in the history
Release: https://github.com/actions/cache/releases/tag/v4.0.0
Changelog: actions/cache@v3...v3.3.3

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 18, 2024
1 parent 0de96c8 commit 3deb725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ inputs:
runs:
using: "composite"
steps:
- uses: actions/cache@v3
- uses: actions/cache@v4
id: cache
with:
path: ${{ inputs.install_path }}
Expand Down

0 comments on commit 3deb725

Please sign in to comment.