Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit68f772e

Browse files
Build: Bump actions/cache from 4.0.0 to 4.0.1
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.0 to 4.0.1.- [Release notes](https://github.com/actions/cache/releases)- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)- [Commits](actions/cache@13aacd8...ab5e6d0)---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>Closegh-5424
1 parent0754d59 commit68f772e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

‎.github/workflows/browserstack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
node-version:${{ env.NODE_VERSION }}
4646

4747
-name:Cache
48-
uses:actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2# v4.0.0
48+
uses:actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319# v4.0.1
4949
with:
5050
path:~/.npm
5151
key:${{ runner.os }}-node-${{ env.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}

‎.github/workflows/filestash.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
node-version:${{ env.NODE_VERSION }}
2626

2727
-name:Cache
28-
uses:actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2# v4.0.0
28+
uses:actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319# v4.0.1
2929
with:
3030
path:~/.npm
3131
key:${{ runner.os }}-node-${{ env.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}

‎.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
node-version:${{ matrix.NODE_VERSION }}
5151

5252
-name:Cache
53-
uses:actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2# v4.0.0
53+
uses:actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319# v4.0.1
5454
with:
5555
path:~/.npm
5656
key:${{ runner.os }}-node-${{ matrix.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
@@ -91,7 +91,7 @@ jobs:
9191
node-version:${{ env.NODE_VERSION }}
9292

9393
-name:Cache
94-
uses:actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2# v4.0.0
94+
uses:actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319# v4.0.1
9595
with:
9696
path:~/.npm
9797
key:${{ runner.os }}-node-${{ env.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp