Skip to content

Commit 9bfe038

Browse files
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>
1 parent 1f9c168 commit 9bfe038

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sync.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
contents: write
2020
steps:
2121
- name: Checkout API repository
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323
with:
2424
token: ${{ secrets.REPO_PAT }}
2525

2626
- name: Checkout cloudnative-pg repository
27-
uses: actions/checkout@v5
27+
uses: actions/checkout@v6
2828
with:
2929
path: cloudnative-pg
3030
repository: cloudnative-pg/cloudnative-pg

0 commit comments

Comments
 (0)