From fff3c252f2922c357d01b68a0ab61badabdc2991 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 01:48:07 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/create-release.yaml | 2 +- .github/workflows/pull-request.yaml | 2 +- .github/workflows/push.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/create-release.yaml b/.github/workflows/create-release.yaml index 101684a..6a1ff53 100644 --- a/.github/workflows/create-release.yaml +++ b/.github/workflows/create-release.yaml @@ -14,7 +14,7 @@ jobs: with: app-id: ${{ vars.APP_ID }} private-key: ${{ secrets.APP_PRIVATE_KEY }} - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 - uses: orhun/git-cliff-action@v4 diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 3246339..c0dce91 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -14,7 +14,7 @@ jobs: with: app-id: ${{ vars.APP_ID }} private-key: ${{ secrets.APP_PRIVATE_KEY }} - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 ref: ${{ github.head_ref }} diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index bc5efce..34c3125 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -20,7 +20,7 @@ jobs: - ubuntu-24.04-arm - ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - run: sudo apt-get install libpixman-1-dev libwayland-dev meson scdoc wayland-protocols - run: meson setup --buildtype release build - run: ninja -C build test @@ -35,7 +35,7 @@ jobs: with: app-id: ${{ vars.APP_ID }} private-key: ${{ secrets.APP_PRIVATE_KEY }} - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 token: ${{ steps.app-token.outputs.token }}