Skip to content

Commit b5b1213

Browse files
chore(deps): update actions/checkout action to v6 (#27)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 08c27af commit b5b1213

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# Split and keep last
2929
echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
3030
31-
- uses: actions/checkout@v5
31+
- uses: actions/checkout@v6
3232

3333
- name: Validate composer.json and composer.lock
3434
run: composer validate --strict

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Copy Nextcloud source
5454
run: ln -s /usr/src/nextcloud/* ${GITHUB_WORKSPACE}/
5555

56-
- uses: actions/checkout@v5
56+
- uses: actions/checkout@v6
5757
with:
5858
path: apps/fulltextsearch_sql
5959

0 commit comments

Comments
 (0)