diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index dc560b1..b7f475e 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -17,7 +17,7 @@ jobs: container: rust:slim-bookworm steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Build example run: | apt update