diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c3d21fcab..710a72171 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -213,7 +213,7 @@ jobs: run: | nox -r --no-install -- xml - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 with: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/version_bump.yml b/.github/workflows/version_bump.yml index 2881666e3..04d38c8ab 100644 --- a/.github/workflows/version_bump.yml +++ b/.github/workflows/version_bump.yml @@ -74,7 +74,7 @@ jobs: sudo chown -R $USER:$USER .git/objects - name: Create Pull Request - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 id: create-pull-request with: token: ${{ secrets.MELTYBOT_GITHUB_AUTH_TOKEN }}