diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index ac07003..f180053 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -11,11 +11,11 @@ jobs: runs-on: ubuntu-latest steps: - - name: Checkout code + - name: Checkout code uses: actions/checkout@v4 - - name: Install Rust - uses: dtolnay/rust-action@stable + - name: Install Rust + uses: dtolnay/rust-action@master - name: Install Podman run: |