diff --git a/.github/workflows/scripts.yml b/.github/workflows/scripts.yml index aaef03518..71633b7ca 100644 --- a/.github/workflows/scripts.yml +++ b/.github/workflows/scripts.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - name: Install Rust components run: rustup component add rustfmt && rustup component add clippy - uses: actions/cache@v3