diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d781bff..a65a05c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: git config --global core.autocrlf false git config --global core.eol lf - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 - uses: actions/setup-node@v6 with: diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3673a3d..e4d9051 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,7 +14,7 @@ jobs: # so checking it out here would push roughly a gigabyte of weights into a # fork's Pages site for nothing. - name: Checkout repository and submodules - uses: actions/checkout@v5 + uses: actions/checkout@v7 with: persist-credentials: false submodules: >-