From 497a93d492b71ed7bd2c80b6d0d218246d2bccc1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:36:00 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/ci.yml | 6 +++--- .github/workflows/publish.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e8cb27..42093c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: suite: [default] os: [ubuntu-20.04] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: ruby/setup-ruby@v1 with: ruby-version: "3.1" @@ -55,7 +55,7 @@ jobs: - opensuse-15 - dockerfile steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: ruby/setup-ruby@v1 with: ruby-version: "3.1" @@ -77,7 +77,7 @@ jobs: - capabilities os: [ubuntu-2004, ubuntu-2204, ubuntu-2404] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: ruby/setup-ruby@v1 with: ruby-version: "3.1" diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 1d52433..214aa52 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -18,7 +18,7 @@ jobs: token: ${{ secrets.PORTER_GITHUB_TOKEN }} - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 if: ${{ steps.release.outputs.release_created }} - name: Build and publish to GitHub Package