From 357f1031d247323cbd73a4d3aacc4762145ce2cf Mon Sep 17 00:00:00 2001 From: Rafael Ribeiro Raposo Date: Thu, 8 May 2025 09:48:00 +0200 Subject: [PATCH 1/3] chore: Bump CI actions/cache Signed-off-by: Rafael Ribeiro Raposo --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b66cef7a6..a42daf0b8 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Cache local Maven repository - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-prepare-release-${{ hashFiles('pom.xml') }} From af5c449695c51af177f2e1d32073fda82cbfc730 Mon Sep 17 00:00:00 2001 From: Rafael Ribeiro Raposo Date: Thu, 8 May 2025 11:30:19 +0200 Subject: [PATCH 2/3] chore: Bump CI actions/checkout and cache Signed-off-by: Rafael Ribeiro Raposo --- .github/workflows/build.yaml | 4 ++-- .github/workflows/release.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a42daf0b8..22be593f5 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -10,9 +10,9 @@ jobs: build-snapshot: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Cache local Maven repository - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-prepare-release-${{ hashFiles('pom.xml') }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4eabc40bf..8ff13a09f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -13,7 +13,7 @@ jobs: # https://docs.github.com/en/actions/guides/building-and-testing-java-with-maven#caching-dependencies - name: Cache local Maven repository - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-prepare-release-${{ hashFiles('pom.xml') }} From ac612c287449986613f5209dc903aeca6f411278 Mon Sep 17 00:00:00 2001 From: Rafael Ribeiro Raposo Date: Thu, 8 May 2025 11:48:17 +0200 Subject: [PATCH 3/3] chore: Bump CI actions/checkout and cache Signed-off-by: Rafael Ribeiro Raposo --- .github/workflows/boilerplate-automation.yml | 4 ++-- .github/workflows/flyteidl-automation.yml | 2 +- .github/workflows/release.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/boilerplate-automation.yml b/.github/workflows/boilerplate-automation.yml index c6c8a2a53..ece44d272 100644 --- a/.github/workflows/boilerplate-automation.yml +++ b/.github/workflows/boilerplate-automation.yml @@ -7,7 +7,7 @@ jobs: name: Update Boilerplate runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: fetch-depth: "0" - name: Update Boilerplate @@ -33,4 +33,4 @@ jobs: team-reviewers: | owners maintainers - draft: false \ No newline at end of file + draft: false diff --git a/.github/workflows/flyteidl-automation.yml b/.github/workflows/flyteidl-automation.yml index eefff9f95..b93a446f3 100644 --- a/.github/workflows/flyteidl-automation.yml +++ b/.github/workflows/flyteidl-automation.yml @@ -7,7 +7,7 @@ jobs: name: Update flyteidl runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: fetch-depth: "0" - name: Update flyteidl diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8ff13a09f..0559a6a53 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest name: flytekit-java release steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: fetch: "0"