From 260a817c56abfe5889cf9503f0baa24dc7f6ac95 Mon Sep 17 00:00:00 2001 From: Talal Ashraf Date: Tue, 7 Jul 2026 10:09:29 -0400 Subject: [PATCH 1/2] fix: migrate archived actions-rs/toolchain to dtolnay/rust-toolchain --- .github/workflows/pull-request.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 12d34570b2..d783501c11 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -15,9 +15,8 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} - run: rustup toolchain install stable --profile minimal - uses: Swatinem/rust-cache@v2 - - uses: actions-rs/toolchain@v1 + - uses: dtolnay/rust-toolchain@master with: - profile: minimal toolchain: nightly components: rustfmt - run: | From fc096af5028b11c5d1aa4c86afda93f92e76379e Mon Sep 17 00:00:00 2001 From: Talal Ashraf Date: Wed, 26 Aug 2026 12:10:01 -0400 Subject: [PATCH 2/2] fix: bump add-to-project and github-script to node24 majors --- .github/workflows/add-to-project.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml index ce969e765e..15b9d39fb4 100644 --- a/.github/workflows/add-to-project.yml +++ b/.github/workflows/add-to-project.yml @@ -10,7 +10,7 @@ jobs: name: Add issue to project runs-on: ubuntu-latest steps: - - uses: actions/add-to-project@v0.3.0 + - uses: actions/add-to-project@v2 with: project-url: https://github.com/orgs/cowprotocol/projects/8 github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3d48bde883..c024c4db88 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,7 +49,7 @@ jobs: - name: "Create release" if: env.CHANGES_DETECTED == 'true' - uses: "actions/github-script@v6" + uses: "actions/github-script@v9" with: github-token: "${{ secrets.GITHUB_TOKEN }}" script: |