Skip to content

Commit 2cc337f

Browse files
chore(deps): update actions/checkout action to v5 (#10)
| datasource | package | from | to | | ----------- | ---------------- | ---- | -- | | github-tags | actions/checkout | v4 | v5 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1420641 commit 2cc337f

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@v4
22+
uses: actions/checkout@v5
2323
with:
2424
token: ${{ secrets.REPO_PAT }}
2525

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

0 commit comments

Comments
 (0)