From 4d38e20c40e53811569cf204f08dcbc55a3e3c80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 08:14:24 -0400 Subject: [PATCH] build(deps): bump dfm/rtds-action from 1.0.3 to 1.1.0 (#142) Bumps [dfm/rtds-action](https://github.com/dfm/rtds-action) from 1.0.3 to 1.1.0. - [Release notes](https://github.com/dfm/rtds-action/releases) - [Commits](https://github.com/dfm/rtds-action/compare/v1.0.3...v1.1.0) --- updated-dependencies: - dependency-name: dfm/rtds-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/pymake-rtd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pymake-rtd.yml b/.github/workflows/pymake-rtd.yml index e5ac25e8..332a670f 100644 --- a/.github/workflows/pymake-rtd.yml +++ b/.github/workflows/pymake-rtd.yml @@ -22,7 +22,7 @@ jobs: - name: Trigger RTDs build if: github.ref == 'refs/heads/master' - uses: dfm/rtds-action@v1.0.3 + uses: dfm/rtds-action@v1.1.0 with: webhook_url: ${{ secrets.RTDS_WEBHOOK_URL }} webhook_token: ${{ secrets.RTDS_WEBHOOK_TOKEN }}