This is an automated email from the ASF dual-hosted git repository. snuyanzin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flink-connector-jdbc.git
commit 2159f8c3c0dcdda626d0d629a8daf35ca611c45c Author: Sergey Nuyanzin <[email protected]> AuthorDate: Thu Jul 30 08:55:37 2026 +0200 [hotfix][ci] Bump stale action to v11 --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 7fe355de..74f4c733 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -37,7 +37,7 @@ jobs: stale: runs-on: ubuntu-latest steps: - - uses: actions/stale@v9 + - uses: actions/stale@v11 with: operations-per-run: ${{ inputs.operationsPerRun || 500 }} ascending: true
