diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69e2b5ea8..794d4adff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Determine changed paths id: filter - uses: dorny/paths-filter@v3 + uses: dorny/paths-filter@v4 with: filters: | database: @@ -107,7 +107,7 @@ jobs: - name: Checkout code uses: actions/checkout@v6 - name: Run markdownlint - uses: DavidAnson/markdownlint-cli2-action@v22 + uses: DavidAnson/markdownlint-cli2-action@v23 with: globs: 'docs/**/*.md' diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 4158a1c43..dfb664ff7 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -67,7 +67,7 @@ jobs: key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} - name: Set up Node.js - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: "22" @@ -167,7 +167,7 @@ jobs: - name: Upload Playwright artifacts if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: ${{ matrix.artifact_name }} path: |