diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 953a837..502e5d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: name: Render Templates (${{ matrix.os }}) runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: persist-credentials: false - uses: gtbuchanan/tooling/.github/actions/mise-setup@main @@ -32,7 +32,7 @@ jobs: name: Render Templates (android) runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: persist-credentials: false - uses: gtbuchanan/tooling/.github/actions/mise-setup@main