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/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: | 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: |