From 38e1277d75b034cd58432ec39f603074f40192fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Sep 2022 03:05:53 +0000 Subject: [PATCH] Bump unsplash/comment-on-pr from 1.3.0 to 1.3.1 Bumps [unsplash/comment-on-pr](https://github.com/unsplash/comment-on-pr) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/unsplash/comment-on-pr/releases) - [Commits](https://github.com/unsplash/comment-on-pr/compare/ffe8f97ccc63ce12c3c23c6885b169db67958d3b...b5610c6125a7197eaec80072ea35ef53e1fc6035) --- updated-dependencies: - dependency-name: unsplash/comment-on-pr dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/changelog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index d703236378a..aec251193e5 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -29,7 +29,7 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} pattern: '^docs/CHANGELOG.*$' - name: Make a comment - uses: unsplash/comment-on-pr@ffe8f97ccc63ce12c3c23c6885b169db67958d3b # Version v1.2.0 + uses: unsplash/comment-on-pr@b5610c6125a7197eaec80072ea35ef53e1fc6035 # Version v1.2.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} if: contains(steps.changedfiles.outputs.files_updated, 'CHANGELOG') != true && contains(steps.changedfiles.outputs.files_created, 'CHANGELOG') != true