Fix example in README.md to use checkout@v4

This commit is contained in:
Dave Rolsky 2024-12-21 11:40:18 -06:00
parent 12331c384e
commit fd3526da5f
No known key found for this signature in database

View File

@ -43,7 +43,7 @@ jobs:
runs-on: ${{ matrix.platform.runs-on }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Build binary
uses: houseabsolute/actions-rust-cross@v0
with: