diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 72b7c938a12..68444d102b1 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -75,7 +75,7 @@ jobs: - name: Create Pull Request if: ${{ inputs.change-type == 'pull_request' }} - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: add-paths: | pallets/gear/src/ diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a55c53337e3..172fc372bb9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -149,7 +149,7 @@ jobs: - name: "Coverage: Publish" if: github.ref == 'refs/heads/master' || contains(github.event.pull_request.labels.*.name, 'E0-forcecoverage') - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: file: ./lcov.info