diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc779226..c9e0fb38 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Sync repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Uninstall obstructive tools run: rm -rf "$HOME/.rustup" "$HOME/.cargo"