diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 1a8c212c..7f47e67f 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 @@ -95,7 +95,7 @@ jobs: outputs: version: ${{ steps.calc.outputs.version }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - id: calc run: | V=$(cat VERSION) @@ -109,15 +109,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 @@ -160,7 +160,7 @@ jobs: done - name: Upload to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: files: codecov.json flags: rust @@ -170,16 +170,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 @@ -206,13 +206,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 @@ -250,15 +250,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 @@ -350,13 +350,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 @@ -439,7 +439,7 @@ jobs: outputs: version: ${{ needs.version.outputs.version }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 @@ -564,7 +564,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 3d5ed750..c1eeb889 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -32,15 +32,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 72a96a96..990e5ddd 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: '20' cache: 'npm' diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 1ac8b1a3..26fbc01d 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 c40fb2ae..dcb73ca3 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 @@ -96,7 +96,7 @@ jobs: 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 56f7d65a..8f2dfc46 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: '20' 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: '20' 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: '20' diff --git a/.github/workflows/zed-extension.yaml b/.github/workflows/zed-extension.yaml index 1de6a222..a3220111 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