diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 601da60..9b5c61d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - "4.0.5" steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 with: persist-credentials: false - name: Set up Ruby diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eeebb91..c75258d 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@v7 with: persist-credentials: false