Skip to content

Commit

Permalink
chore(deps): bump actions/cache from 1.1.0 to 3.3.1
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 1.1.0 to 3.3.1.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v1.1.0...v3.3.1)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 6, 2023
1 parent 5437b65 commit af96f5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v4
with:
lfs: true
- uses: actions/cache@v1.1.0
- uses: actions/cache@v3.3.1
with:
path: Library
key: Library-test-project-${{ matrix.targetPlatform }}
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
with:
lfs: true

- uses: actions/cache@v1.1.0
- uses: actions/cache@v3.3.1
with:
path: ${{ matrix.projectPath }}/Library
key: Library-${{ matrix.projectPath }}-${{ matrix.targetPlatform }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
with:
lfs: true

- uses: actions/cache@v1.1.0
- uses: actions/cache@v3.3.1
with:
path: Library
key: Library-test-project-${{ matrix.targetPlatform }}
Expand Down

0 comments on commit af96f5a

Please sign in to comment.