diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 6aa25db..817385a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -35,15 +35,15 @@ jobs: lint-test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install toolchain - uses: dtolnay/rust-toolchain@1.95 + uses: dtolnay/rust-toolchain@1.100 with: components: rustfmt, clippy - name: Cache cargo - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/registry @@ -114,7 +114,7 @@ jobs: outputs: version: ${{ steps.calc.outputs.version }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - id: calc run: | V=$(cat VERSION) @@ -128,15 +128,15 @@ jobs: if: github.event_name == 'push' && github.ref == 'refs/heads/main' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install Rust toolchain - uses: dtolnay/rust-toolchain@1.95 + uses: dtolnay/rust-toolchain@1.100 with: components: llvm-tools-preview - name: Cache cargo - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/registry @@ -146,7 +146,7 @@ jobs: restore-keys: ${{ runner.os }}-cargo-coverage- - name: Install cargo-llvm-cov - uses: taiki-e/install-action@v2 + uses: taiki-e/install-action@v2.85.4 - name: Configure Git for tests run: | @@ -179,7 +179,7 @@ jobs: done - name: Upload to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: files: codecov.json flags: rust @@ -189,16 +189,16 @@ jobs: needs: lint-test runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install toolchain - uses: dtolnay/rust-toolchain@1.95 + uses: dtolnay/rust-toolchain@1.100 - name: Install tmux run: sudo apt-get update && sudo apt-get install -y tmux - name: Cache cargo - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/registry @@ -225,13 +225,13 @@ jobs: needs: lint-test runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install toolchain - uses: dtolnay/rust-toolchain@1.95 + uses: dtolnay/rust-toolchain@1.100 - name: Cache cargo - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/registry @@ -269,15 +269,15 @@ jobs: artifact_name: operator-windows-x86_64.exe runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install toolchain - uses: dtolnay/rust-toolchain@1.95 + uses: dtolnay/rust-toolchain@1.100 with: targets: ${{ matrix.target }} - name: Cache cargo - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/registry @@ -376,13 +376,13 @@ jobs: run: working-directory: opr8r steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install Rust toolchain - uses: dtolnay/rust-toolchain@1.95 + uses: dtolnay/rust-toolchain@1.100 - name: Cache cargo registry - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/registry @@ -465,7 +465,7 @@ jobs: outputs: version: ${{ needs.version.outputs.version }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 @@ -588,7 +588,7 @@ jobs: needs: [build, release] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Download linux binaries uses: actions/download-artifact@v8 diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 6195f07..ec54f70 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -37,15 +37,15 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 # Install Rust toolchain for docs generation - name: Install Rust toolchain - uses: dtolnay/rust-toolchain@1.95 + uses: dtolnay/rust-toolchain@1.100 # Cache cargo for faster builds - name: Cache cargo - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/registry diff --git a/.github/workflows/integration-tests-matrix.yml b/.github/workflows/integration-tests-matrix.yml index 2e12e0b..704d816 100644 --- a/.github/workflows/integration-tests-matrix.yml +++ b/.github/workflows/integration-tests-matrix.yml @@ -74,13 +74,13 @@ jobs: extension: .exe runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install Rust - uses: dtolnay/rust-toolchain@1.95 + uses: dtolnay/rust-toolchain@1.100 - name: Cache cargo - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/registry @@ -119,13 +119,13 @@ jobs: run: working-directory: opr8r steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install Rust - uses: dtolnay/rust-toolchain@1.95 + uses: dtolnay/rust-toolchain@1.100 - name: Cache cargo - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/registry @@ -167,7 +167,7 @@ jobs: opr8r_artifact: opr8r-macos-arm64 runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install tmux (Linux) if: runner.os == 'Linux' @@ -178,10 +178,10 @@ jobs: run: brew install tmux - name: Install Rust - uses: dtolnay/rust-toolchain@1.95 + uses: dtolnay/rust-toolchain@1.100 - name: Cache cargo - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/registry @@ -234,13 +234,13 @@ jobs: opr8r_artifact: opr8r-linux-arm64 runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install Rust - uses: dtolnay/rust-toolchain@1.95 + uses: dtolnay/rust-toolchain@1.100 - name: Cache cargo - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/registry @@ -303,13 +303,13 @@ jobs: opr8r_artifact: opr8r-macos-arm64 runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install Rust - uses: dtolnay/rust-toolchain@1.95 + uses: dtolnay/rust-toolchain@1.100 - name: Cache cargo - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/registry @@ -356,13 +356,13 @@ jobs: artifact: operator-macos-arm64 runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install Rust - uses: dtolnay/rust-toolchain@1.95 + uses: dtolnay/rust-toolchain@1.100 - name: Cache cargo - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/registry @@ -408,13 +408,13 @@ jobs: extension: .exe runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install Rust - uses: dtolnay/rust-toolchain@1.95 + uses: dtolnay/rust-toolchain@1.100 - name: Cache cargo - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/registry @@ -465,7 +465,7 @@ jobs: extension: .exe runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Download operator binary uses: actions/download-artifact@v8 @@ -530,10 +530,10 @@ jobs: run: working-directory: vscode-extension steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: '22' cache: 'npm' diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 1ac8b1a..26fbc01 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -57,7 +57,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # Full history needed for git operations @@ -69,10 +69,10 @@ jobs: git remote set-head origin --auto || true - name: Install Rust toolchain - uses: dtolnay/rust-toolchain@1.95 + uses: dtolnay/rust-toolchain@1.100 - name: Cache cargo - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/registry diff --git a/.github/workflows/opr8r.yaml b/.github/workflows/opr8r.yaml index c40fb2a..84dca47 100644 --- a/.github/workflows/opr8r.yaml +++ b/.github/workflows/opr8r.yaml @@ -28,15 +28,15 @@ jobs: run: working-directory: opr8r steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install Rust toolchain - uses: dtolnay/rust-toolchain@1.95 + uses: dtolnay/rust-toolchain@1.100 with: components: rustfmt, clippy - name: Cache cargo registry - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/registry @@ -71,15 +71,15 @@ jobs: run: working-directory: opr8r steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install Rust toolchain - uses: dtolnay/rust-toolchain@1.95 + uses: dtolnay/rust-toolchain@1.100 with: components: llvm-tools-preview - name: Cache cargo registry - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/registry @@ -90,13 +90,13 @@ jobs: opr8r-${{ runner.os }}-cargo-coverage- - name: Install cargo-llvm-cov - uses: taiki-e/install-action@v2 + uses: taiki-e/install-action@v2.85.4 - name: Generate coverage run: cargo llvm-cov --locked --all-features --codecov --output-path codecov.json - name: Upload to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: files: opr8r/codecov.json flags: opr8r @@ -128,13 +128,13 @@ jobs: run: working-directory: opr8r steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install Rust toolchain - uses: dtolnay/rust-toolchain@1.95 + uses: dtolnay/rust-toolchain@1.100 - name: Cache cargo registry - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/registry diff --git a/.github/workflows/vscode-extension.yaml b/.github/workflows/vscode-extension.yaml index 75f63db..2009eea 100644 --- a/.github/workflows/vscode-extension.yaml +++ b/.github/workflows/vscode-extension.yaml @@ -30,10 +30,10 @@ jobs: lint-test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: '22' cache: 'npm' @@ -64,7 +64,7 @@ jobs: - name: Upload coverage to Codecov if: always() - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: files: vscode-extension/coverage/lcov.info flags: vscode-extension @@ -96,13 +96,13 @@ jobs: run: working-directory: opr8r steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install Rust toolchain - uses: dtolnay/rust-toolchain@1.95 + uses: dtolnay/rust-toolchain@1.100 - name: Cache cargo registry - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/registry @@ -162,10 +162,10 @@ jobs: opr8r_extension: .exe runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: '22' cache: 'npm' @@ -209,10 +209,10 @@ jobs: run: working-directory: . # Override global default - publish job runs from repo root steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: '22' diff --git a/.github/workflows/zed-extension.yaml b/.github/workflows/zed-extension.yaml index 1de6a22..a322011 100644 --- a/.github/workflows/zed-extension.yaml +++ b/.github/workflows/zed-extension.yaml @@ -24,10 +24,10 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install Rust toolchain - uses: dtolnay/rust-toolchain@1.95 + uses: dtolnay/rust-toolchain@1.100 with: targets: wasm32-wasip1 components: clippy, rustfmt