From 2e851bf7a5c347d1fe9a906e6fd041b68e7e6070 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 16:17:37 +0100 Subject: [PATCH] Bump actions/cache from 3.3.2 to 3.3.3 (#462) * Bump actions/cache from 3.3.2 to 3.3.3 Bumps [actions/cache](https://github.com/actions/cache) from 3.3.2 to 3.3.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/v3.3.2...v3.3.3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Trigger notification --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Fabio Borriello --- .github/workflows/github-default-actions.yml | 6 +++--- .github/workflows/github-default-jdk11-actions.yml | 6 +++--- .github/workflows/github-jdk11-release-actions.yml | 2 +- .github/workflows/github-release-actions.yml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/github-default-actions.yml b/.github/workflows/github-default-actions.yml index 7c3c9bcf9..d84c89c20 100644 --- a/.github/workflows/github-default-actions.yml +++ b/.github/workflows/github-default-actions.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: "Cache Maven repository" - uses: actions/cache@v3.3.2 + uses: actions/cache@v3.3.3 with: path: $HOME/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} @@ -32,7 +32,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: "Cache Maven repository" - uses: actions/cache@v3.3.2 + uses: actions/cache@v3.3.3 with: path: $HOME/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} @@ -69,7 +69,7 @@ jobs: security-events: write steps: - name: "Cache Maven repository" - uses: actions/cache@v3.3.2 + uses: actions/cache@v3.3.3 with: path: $HOME/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/github-default-jdk11-actions.yml b/.github/workflows/github-default-jdk11-actions.yml index 8f5187efc..5121781cf 100644 --- a/.github/workflows/github-default-jdk11-actions.yml +++ b/.github/workflows/github-default-jdk11-actions.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: "Cache Maven repository" - uses: actions/cache@v3.3.2 + uses: actions/cache@v3.3.3 with: path: $HOME/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} @@ -32,7 +32,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: "Cache Maven repository" - uses: actions/cache@v3.3.2 + uses: actions/cache@v3.3.3 with: path: $HOME/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} @@ -69,7 +69,7 @@ jobs: security-events: write steps: - name: "Cache Maven repository" - uses: actions/cache@v3.3.2 + uses: actions/cache@v3.3.3 with: path: $HOME/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/github-jdk11-release-actions.yml b/.github/workflows/github-jdk11-release-actions.yml index 61d06d6e6..9959cbe42 100644 --- a/.github/workflows/github-jdk11-release-actions.yml +++ b/.github/workflows/github-jdk11-release-actions.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: "Cache Maven repository" - uses: actions/cache@v3.3.2 + uses: actions/cache@v3.3.3 with: path: $HOME/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/github-release-actions.yml b/.github/workflows/github-release-actions.yml index c4cbe8821..c95174992 100644 --- a/.github/workflows/github-release-actions.yml +++ b/.github/workflows/github-release-actions.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: "Cache Maven repository" - uses: actions/cache@v3.3.2 + uses: actions/cache@v3.3.3 with: path: $HOME/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}