Skip to content

Commit 187405d

Browse files
Bump actions/cache from 4.2.4 to 4.3.0
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.4 to 4.3.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0400d5f...0057852) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2db2590 commit 187405d

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
distribution: temurin
3838

3939
- name: Cache local Maven repository
40-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 #v4.2.4
40+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 #v4.3.0
4141
with:
4242
path: |
4343
~/.m2/repository/io/opentelemetry/

.github/workflows/docker-build-smoke-tests-fake-backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
distribution: 'temurin'
2828
# cache local patch outputs
2929
- name: Cache local Maven repository
30-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 #v4.2.4
30+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 #v4.3.0
3131
with:
3232
path: |
3333
~/.m2/repository/io/opentelemetry/

.github/workflows/e2e-tests-app-with-java-agent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# cache local patch outputs
3838
- name: Cache local Maven repository
3939
id: cache-local-maven-repo
40-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 #v4.2.4
40+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 #v4.3.0
4141
with:
4242
path: |
4343
~/.m2/repository/io/opentelemetry/

.github/workflows/e2e-tests-with-operator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
# cache local patch outputs
4747
- name: Cache local Maven repository
4848
id: cache-local-maven-repo
49-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 #v4.2.4
49+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 #v4.3.0
5050
with:
5151
path: |
5252
~/.m2/repository/io/opentelemetry/

.github/workflows/main-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
# vaadin tests use pnpm
3838
- name: Cache pnpm modules
39-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 #v4.2.4
39+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 #v4.3.0
4040
with:
4141
path: ~/.pnpm-store
4242
key: ${{ runner.os }}-test-cache-pnpm-modules
@@ -65,7 +65,7 @@ jobs:
6565

6666
# cache local patch outputs
6767
- name: Cache local Maven repository
68-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 #v4.2.4
68+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 #v4.3.0
6969
with:
7070
path: |
7171
~/.m2/repository/io/opentelemetry/
@@ -213,7 +213,7 @@ jobs:
213213
# cache local patch outputs
214214
- name: Cache local Maven repository
215215
id: cache-local-maven-repo
216-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 #v4.2.4
216+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 #v4.3.0
217217
with:
218218
path: |
219219
~/.m2/repository/io/opentelemetry/

.github/workflows/nightly-upstream-snapshot-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
# cache local patch outputs
3636
- name: Cache local Maven repository
37-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
37+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
3838
with:
3939
path: |
4040
~/.m2/repository/io/opentelemetry/

.github/workflows/pr-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787

8888
# vaadin tests use pnpm
8989
- name: Cache pnpm modules
90-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
90+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
9191
with:
9292
path: ~/.pnpm-store
9393
key: ${{ runner.os }}-test-cache-pnpm-modules
@@ -133,7 +133,7 @@ jobs:
133133
134134
# cache local patch outputs
135135
- name: Cache local Maven repository
136-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 #v4.2.4
136+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 #v4.3.0
137137
with:
138138
path: |
139139
~/.m2/repository/io/opentelemetry/

0 commit comments

Comments
 (0)