diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 574b02b..0b73647 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - "3.4.5" steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: persist-credentials: false - name: Set up Ruby diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8a6355e..0d596be 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: contents: write steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: persist-credentials: false