diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bfba4ae..bba5ba5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: steps: - &checkout-code name: Checkout code (shallow) - uses: actions/checkout@v6 + uses: actions/checkout@v7 - &cache-commitlint name: Cache Commitlint @@ -38,7 +38,7 @@ jobs: needs: install-commitlint steps: - name: Checkout code (full) - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 75c6109..958c0e2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -95,7 +95,7 @@ jobs: private-key: ${{ secrets.HOUSEKEEPING_BOT_PRIVATE_KEY }} - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Read Rust toolchain version id: rust-version