From 91a1480b9a9967635d41694f74d3d9c15f7d69ba Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 11 Aug 2026 23:43:39 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6.1.0 --- .github/workflows/ci.yml | 2 +- .github/workflows/release-please-now.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13d88aa..fef8fcc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout repo - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: persist-credentials: false - name: Install Ruby ${{ matrix.ruby }} diff --git a/.github/workflows/release-please-now.yml b/.github/workflows/release-please-now.yml index 31bb535..a112827 100644 --- a/.github/workflows/release-please-now.yml +++ b/.github/workflows/release-please-now.yml @@ -20,7 +20,7 @@ jobs: RELEASE_PLEASE_DISABLE: ${{ secrets.RELEASE_PLEASE_DISABLE }} steps: - name: Checkout repo - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: persist-credentials: false - name: Install Ruby 3.3