diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a7f4fc17..ba759077 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -29,7 +29,7 @@ jobs: cargo_env: "RUSTFLAGS='-C debuginfo=0'" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Rust version id: rust-version diff --git a/.github/workflows/cargofmt.yaml b/.github/workflows/cargofmt.yaml index 98b4a2b9..453d57c9 100644 --- a/.github/workflows/cargofmt.yaml +++ b/.github/workflows/cargofmt.yaml @@ -7,6 +7,6 @@ jobs: runs-on: ubuntu-latest if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - run: cargo fmt -- --check diff --git a/.github/workflows/clippy.yaml b/.github/workflows/clippy.yaml index d7829d1f..8352f7c2 100644 --- a/.github/workflows/clippy.yaml +++ b/.github/workflows/clippy.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest if: github.event_name != 'push' || github.event.pull_request.head.repo.full_name != github.repository steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - run: rustup component add clippy - uses: Swatinem/rust-cache@v2 - run: cargo clippy -- -D warnings diff --git a/.github/workflows/test-on-server.yaml b/.github/workflows/test-on-server.yaml index ef67337b..06cdb3c6 100644 --- a/.github/workflows/test-on-server.yaml +++ b/.github/workflows/test-on-server.yaml @@ -44,7 +44,7 @@ jobs: environment: test steps: - name: Checkout our repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - run: sudo apt-get install -y jq