mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-06-07 01:12:56 +08:00
build(deps): bump actions/cache from 4.2.0 to 4.2.3
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.0 to 4.2.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4.2.0...v4.2.3) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.2.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
7147fdd970
commit
194887828d
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -94,7 +94,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4.1.4
|
||||
- name: Load turbo cache
|
||||
uses: actions/cache@v4.2.0
|
||||
uses: actions/cache@v4.2.3
|
||||
id: turbo-cache
|
||||
with:
|
||||
path: |
|
||||
@ -105,7 +105,7 @@ jobs:
|
||||
${{ runner.os }}-turbo-${{ github.sha }}
|
||||
${{ runner.os }}-turbo-
|
||||
- name: Load build cache
|
||||
uses: actions/cache@v4.2.0
|
||||
uses: actions/cache@v4.2.3
|
||||
id: cache
|
||||
with:
|
||||
path: |
|
||||
|
Loading…
Reference in New Issue
Block a user