From 541d299dee8ac8f1a5670adf700912c59c02e1e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 10:50:02 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 | datasource | package | from | to | | ----------- | ---------------- | ---- | -- | | github-tags | actions/checkout | v5 | v6 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/sync.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync.yaml b/.github/workflows/sync.yaml index e5ee8ff..fe18d7e 100644 --- a/.github/workflows/sync.yaml +++ b/.github/workflows/sync.yaml @@ -19,12 +19,12 @@ jobs: contents: write steps: - name: Checkout API repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: token: ${{ secrets.REPO_PAT }} - name: Checkout cloudnative-pg repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: path: cloudnative-pg repository: cloudnative-pg/cloudnative-pg