diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 59fcb5d..ce4c3bb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,7 +59,7 @@ jobs: steps: # Get the machine ready to build - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Add Rust Target run: rustup target add ${{ matrix.target.rustTarget }}