diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index a6a648aed2..fde22acce6 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -15,7 +15,7 @@ jobs: benchmark: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up JDK ${{ env.JDK }} uses: actions/setup-java@v4 with: diff --git a/.github/workflows/branch_snapshot.yml b/.github/workflows/branch_snapshot.yml index 79ac0cdb06..4d58151ae1 100644 --- a/.github/workflows/branch_snapshot.yml +++ b/.github/workflows/branch_snapshot.yml @@ -23,7 +23,7 @@ jobs: run: | git config --global user.name 'Zuul Build' git config --global user.email 'zuul-build@netflix.com' - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 ref: ${{ github.event.inputs.branch }} diff --git a/.github/workflows/gradle-wrapper-validation.yml b/.github/workflows/gradle-wrapper-validation.yml index eb00f93cd4..9771e30e8c 100644 --- a/.github/workflows/gradle-wrapper-validation.yml +++ b/.github/workflows/gradle-wrapper-validation.yml @@ -6,5 +6,5 @@ jobs: name: "Gradle wrapper validation" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: gradle/wrapper-validation-action@v3 diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index b900c202b9..272ab3e9a1 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -9,7 +9,7 @@ jobs: matrix: java: [17, 21] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: Set up JDK ${{ matrix.java }} @@ -26,5 +26,5 @@ jobs: name: "Gradle Validation" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: gradle/wrapper-validation-action@v3 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ee023b8688..4d6a45e5b4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: run: | git config --global user.name 'Zuul Build' git config --global user.email 'zuul-build@netflix.com' - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: gradle/wrapper-validation-action@v3 - name: Set up JDK uses: actions/setup-java@v4 diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index 9c15971924..eea9c41a1e 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -13,7 +13,7 @@ jobs: run: | git config --global user.name 'Zuul Build' git config --global user.email 'zuul-build@netflix.com' - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: Set up JDK