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

Commit9a3abfc

Browse files
dependabot[bot]Fabio Borriello
and
Fabio Borriello
authored
Bump actions/cache from 4.2.3 to 4.2.4 (#587)
* Bump actions/cache from 4.2.3 to 4.2.4Bumps [actions/cache](https://github.com/actions/cache) from 4.2.3 to 4.2.4.- [Release notes](https://github.com/actions/cache/releases)- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)- [Commits](actions/cache@v4.2.3...v4.2.4)---updated-dependencies:- dependency-name: actions/cache dependency-version: 4.2.4 dependency-type: direct:production update-type: version-update:semver-patch...Signed-off-by: dependabot[bot] <support@github.com>* Trigger notification---------Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Co-authored-by: Fabio Borriello <fborriello@expediagroup.com>
1 parente06c7b3 commit9a3abfc

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

‎.github/workflows/github-default-actions.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
-uses:actions/checkout@v4
1515
-name:"Cache Maven repository"
16-
uses:actions/cache@v4.2.3
16+
uses:actions/cache@v4.2.4
1717
with:
1818
path:$HOME/.m2
1919
key:${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
-uses:actions/checkout@v4
3434
-name:"Cache Maven repository"
35-
uses:actions/cache@v4.2.3
35+
uses:actions/cache@v4.2.4
3636
with:
3737
path:$HOME/.m2
3838
key:${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
@@ -67,7 +67,7 @@ jobs:
6767
security-events:write
6868
steps:
6969
-name:"Cache Maven repository"
70-
uses:actions/cache@v4.2.3
70+
uses:actions/cache@v4.2.4
7171
with:
7272
path:$HOME/.m2
7373
key:${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

‎.github/workflows/github-default-jdk11-actions.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
-uses:actions/checkout@v4
1515
-name:"Cache Maven repository"
16-
uses:actions/cache@v4.2.3
16+
uses:actions/cache@v4.2.4
1717
with:
1818
path:$HOME/.m2
1919
key:${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
-uses:actions/checkout@v4
3434
-name:"Cache Maven repository"
35-
uses:actions/cache@v4.2.3
35+
uses:actions/cache@v4.2.4
3636
with:
3737
path:$HOME/.m2
3838
key:${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
@@ -67,7 +67,7 @@ jobs:
6767
security-events:write
6868
steps:
6969
-name:"Cache Maven repository"
70-
uses:actions/cache@v4.2.3
70+
uses:actions/cache@v4.2.4
7171
with:
7272
path:$HOME/.m2
7373
key:${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

‎.github/workflows/github-jdk11-release-actions.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
-uses:actions/checkout@v4
1414
-name:"Cache Maven repository"
15-
uses:actions/cache@v4.2.3
15+
uses:actions/cache@v4.2.4
1616
with:
1717
path:$HOME/.m2
1818
key:${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

‎.github/workflows/github-release-actions.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
-uses:actions/checkout@v4
1414
-name:"Cache Maven repository"
15-
uses:actions/cache@v4.2.3
15+
uses:actions/cache@v4.2.4
1616
with:
1717
path:$HOME/.m2
1818
key:${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp