mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-06-11 19:56:57 +08:00
build(deps): bump actions/cache from 4.1.0 to 4.1.1 (#5728)
Bumps [actions/cache](https://github.com/actions/cache) from 4.1.0 to 4.1.1. - [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.1.0...v4.1.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nick Perez <nicholas.perez@tiptap.dev>
This commit is contained in:
parent
79133d6078
commit
4f4a72f855
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
|
||||
- name: Load cached dependencies
|
||||
uses: actions/cache@v4.1.0
|
||||
uses: actions/cache@v4.1.1
|
||||
id: cache
|
||||
with:
|
||||
path: |
|
||||
@ -147,7 +147,7 @@ jobs:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
|
||||
- name: Load cached dependencies
|
||||
uses: actions/cache@v4.1.0
|
||||
uses: actions/cache@v4.1.1
|
||||
id: cache
|
||||
with:
|
||||
path: |
|
||||
|
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
||||
registry-url: 'https://registry.npmjs.org/'
|
||||
|
||||
- name: Load cached dependencies
|
||||
uses: actions/cache@v4.1.0
|
||||
uses: actions/cache@v4.1.1
|
||||
id: cache
|
||||
with:
|
||||
path: |
|
||||
|
Loading…
Reference in New Issue
Block a user