diff --git a/.github/workflows/add-pr-to-project.yml b/.github/workflows/add-pr-to-project.yml index fd958e69c5..8aa668c323 100644 --- a/.github/workflows/add-pr-to-project.yml +++ b/.github/workflows/add-pr-to-project.yml @@ -68,7 +68,7 @@ jobs: PROJECT_ID: "PVT_kwDOAGc3Zs0iZw" GITHUB_TOKEN: ${{ steps.get_token.outputs.app_token }} - name: Add label - uses: actions/github-script@v7 + uses: actions/github-script@v8 id: add_label with: github-token: ${{ steps.get_token.outputs.app_token }} diff --git a/.github/workflows/issue-labeler.yml b/.github/workflows/issue-labeler.yml index 76bdbbbee0..c4b5ea8a48 100644 --- a/.github/workflows/issue-labeler.yml +++ b/.github/workflows/issue-labeler.yml @@ -16,7 +16,7 @@ jobs: contents: read steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Parse issue form uses: stefanbuck/github-issue-parser@v3 diff --git a/.github/workflows/run-minor-release.yml b/.github/workflows/run-minor-release.yml index cc8ca3f3c2..055dec68e6 100644 --- a/.github/workflows/run-minor-release.yml +++ b/.github/workflows/run-minor-release.yml @@ -17,7 +17,7 @@ jobs: run-minor: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: # as long as we are using 8.x we need to fetch main and 8.x branches fetch-depth: 0