diff --git a/.github/workflows/check-licenses.yml b/.github/workflows/check-licenses.yml index a9ee829133..393d14b276 100644 --- a/.github/workflows/check-licenses.yml +++ b/.github/workflows/check-licenses.yml @@ -12,7 +12,7 @@ jobs: - name: Install Rust toolchain uses: actions-rs/toolchain@v1 with: - toolchain: 1.74.0 + toolchain: 1.78.0 override: true - name: Verify Licenses run: |