diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 68c3dc977..e14929656 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: linting: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 - name: Install uv and set Python version uses: astral-sh/setup-uv@v7 with: @@ -33,14 +33,14 @@ jobs: type-checking: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 - name: Install uv and set Python version uses: astral-sh/setup-uv@v7 with: version: "0.11.2" python-version: "3.13" enable-cache: true - - uses: actions/cache@v3 + - uses: actions/cache@v5 name: Cache mypy cache with: path: ./.mypy_cache @@ -75,8 +75,8 @@ jobs: name: Test on Python version ${{ matrix.python-version }} steps: - - uses: actions/checkout@v3 - - uses: pnpm/action-setup@v3 + - uses: actions/checkout@v6 + - uses: pnpm/action-setup@v5 with: version: 10.33.0 @@ -85,12 +85,12 @@ jobs: git clone https://github.com/langfuse/langfuse.git ./langfuse-server && echo $(cd ./langfuse-server && git rev-parse HEAD) - name: Setup node (for langfuse server) - uses: actions/setup-node@v3 + uses: actions/setup-node@v6 with: node-version: 24 - name: Cache langfuse server dependencies - uses: actions/cache@v3 + uses: actions/cache@v5 with: path: ./langfuse-server/node_modules key: | diff --git a/.github/workflows/claude-review-maintainer-prs.yml b/.github/workflows/claude-review-maintainer-prs.yml index 016559888..2a61b8719 100644 --- a/.github/workflows/claude-review-maintainer-prs.yml +++ b/.github/workflows/claude-review-maintainer-prs.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Check author permission and existing review request id: check - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const owner = context.repo.owner; @@ -57,7 +57,7 @@ jobs: - name: Add Claude review comment if: steps.check.outputs.should_comment == 'true' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | await github.rest.issues.createComment({ diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 92cc5c1fc..55b778ec7 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -55,11 +55,11 @@ jobs: # your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v3 + uses: github/codeql-action/init@v4 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} @@ -87,6 +87,6 @@ jobs: exit 1 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3 + uses: github/codeql-action/analyze@v4 with: category: "/language:${{matrix.language}}" diff --git a/.github/workflows/dependabot-merge.yml b/.github/workflows/dependabot-merge.yml index 043b7198d..df448e90e 100644 --- a/.github/workflows/dependabot-merge.yml +++ b/.github/workflows/dependabot-merge.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Dependabot metadata id: metadata - uses: dependabot/fetch-metadata@v1 + uses: dependabot/fetch-metadata@v2 with: github-token: "${{ secrets.GITHUB_TOKEN }}" - name: Enable auto-merge for Dependabot PRs diff --git a/.github/workflows/package-availability-check.yml b/.github/workflows/package-availability-check.yml index 70c53942b..068f2838c 100644 --- a/.github/workflows/package-availability-check.yml +++ b/.github/workflows/package-availability-check.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} - name: Install dependencies using pip diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index af16d7927..6f60ef98a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -62,7 +62,7 @@ jobs: fi - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 token: ${{ secrets.GH_ACCESS_TOKEN }} @@ -299,7 +299,7 @@ jobs: - name: Notify Slack on success if: success() - uses: slackapi/slack-github-action@v1.26.0 + uses: slackapi/slack-github-action@v3.0.1 with: payload: | { @@ -384,7 +384,7 @@ jobs: - name: Notify Slack on failure if: failure() - uses: slackapi/slack-github-action@v1.26.0 + uses: slackapi/slack-github-action@v3.0.1 with: payload: | {