This is an automated email from the ASF dual-hosted git repository.
snuyanzin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new f16dd6e7c23 [hotfix][ci] Bump checkout action to v7
f16dd6e7c23 is described below
commit f16dd6e7c230ce92fd8c87c3122ba5e188416a02
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Tue Jul 21 19:26:35 2026 +0200
[hotfix][ci] Bump checkout action to v7
---
.github/workflows/community-review.yml | 2 +-
.github/workflows/docs-legacy.yml | 2 +-
.github/workflows/docs.yml | 2 +-
.github/workflows/nightly-trigger.yml | 2 +-
.github/workflows/nightly.yml | 2 +-
.github/workflows/template.flink-ci.yml | 8 ++++----
.github/workflows/template.pre-compile-checks.yml | 2 +-
7 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/.github/workflows/community-review.yml
b/.github/workflows/community-review.yml
index 5785f180af2..2b27405cb0f 100644
--- a/.github/workflows/community-review.yml
+++ b/.github/workflows/community-review.yml
@@ -38,7 +38,7 @@ jobs:
if: github.repository_owner == 'apache'
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v7
- run: |
chmod +x ${{ github.workspace
}}/.github/workflows/community-review.sh
- name: Run community review script to set labels
diff --git a/.github/workflows/docs-legacy.yml
b/.github/workflows/docs-legacy.yml
index 4a9bd5790dd..be138e54966 100644
--- a/.github/workflows/docs-legacy.yml
+++ b/.github/workflows/docs-legacy.yml
@@ -47,7 +47,7 @@ jobs:
if: github.repository == 'apache/flink'
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v7
with:
ref: ${{ inputs.branch }}
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 1bdb6b97ac1..a91095ee897 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -39,7 +39,7 @@ jobs:
- release-1.20
- release-1.19
steps:
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v7
with:
ref: ${{ matrix.branch }}
diff --git a/.github/workflows/nightly-trigger.yml
b/.github/workflows/nightly-trigger.yml
index 32619598965..682b66e4263 100644
--- a/.github/workflows/nightly-trigger.yml
+++ b/.github/workflows/nightly-trigger.yml
@@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
- uses: actions/checkout@v5
+ uses: actions/checkout@v7
with:
sparse-checkout: |
.github/actions/last_workflow_run
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index a7a56ae9506..70c6f8d09e6 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -90,7 +90,7 @@ jobs:
os_name: macos
steps:
- name: "Checkout the repository"
- uses: actions/checkout@v5
+ uses: actions/checkout@v7
with:
fetch-depth: 0
persist-credentials: false
diff --git a/.github/workflows/template.flink-ci.yml
b/.github/workflows/template.flink-ci.yml
index 532263ee7cd..38fde303633 100644
--- a/.github/workflows/template.flink-ci.yml
+++ b/.github/workflows/template.flink-ci.yml
@@ -83,7 +83,7 @@ jobs:
stringified-workflow-name: ${{
steps.workflow-prep-step.outputs.stringified_value }}
steps:
- name: "Flink Checkout"
- uses: actions/checkout@v5
+ uses: actions/checkout@v7
with:
persist-credentials: false
@@ -145,7 +145,7 @@ jobs:
steps:
- name: "Flink Checkout"
- uses: actions/checkout@v5
+ uses: actions/checkout@v7
with:
persist-credentials: false
sparse-checkout: |
@@ -220,7 +220,7 @@ jobs:
steps:
- name: "Flink Checkout"
- uses: actions/checkout@v5
+ uses: actions/checkout@v7
with:
persist-credentials: false
sparse-checkout: |
@@ -370,7 +370,7 @@ jobs:
steps:
- name: "Flink Checkout"
- uses: actions/checkout@v5
+ uses: actions/checkout@v7
with:
persist-credentials: false
sparse-checkout: |
diff --git a/.github/workflows/template.pre-compile-checks.yml
b/.github/workflows/template.pre-compile-checks.yml
index a01802d77be..8975f5c7b84 100644
--- a/.github/workflows/template.pre-compile-checks.yml
+++ b/.github/workflows/template.pre-compile-checks.yml
@@ -50,7 +50,7 @@ jobs:
steps:
- name: "Flink Checkout"
- uses: actions/checkout@v5
+ uses: actions/checkout@v7
with:
persist-credentials: false