diff --git a/.github/workflows/automation-autosquash.yml b/.github/workflows/automation-autosquash.yml index 8a89dd4..0d94781 100644 --- a/.github/workflows/automation-autosquash.yml +++ b/.github/workflows/automation-autosquash.yml @@ -25,7 +25,7 @@ jobs: with: app-id: ${{ secrets.THM_AUTOMATION_APP_ID }} private-key: ${{ secrets.THM_AUTOMATION_PRIVATE_KEY }} - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: theoremlp/autosquash@v1 with: github-token: ${{ steps.app-token.outputs.token }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a38421a..d1b4e22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: name: CI runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Configure Rust run: rustup toolchain install stable --profile minimal - name: Cache