From a9f52b836db0639f84ff54702de809aee5a53d93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Dec 2022 18:15:54 +0000 Subject: [PATCH] Bump andstor/copycat-action from 3.2.3 to 3.2.4 Bumps [andstor/copycat-action](https://github.com/andstor/copycat-action) from 3.2.3 to 3.2.4. - [Release notes](https://github.com/andstor/copycat-action/releases) - [Changelog](https://github.com/andstor/copycat-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/andstor/copycat-action/compare/v3.2.3...v3.2.4) --- updated-dependencies: - dependency-name: andstor/copycat-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/copy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/copy.yml b/.github/workflows/copy.yml index d5bcd0ba..e5471925 100644 --- a/.github/workflows/copy.yml +++ b/.github/workflows/copy.yml @@ -16,7 +16,7 @@ jobs: - name: Copycat Action # You may pin to the exact commit or the version. # uses: andstor/copycat-action@10a8fce94cc066110cb394d6f06814b7f5f06a34 - uses: andstor/copycat-action@v3.2.3 + uses: andstor/copycat-action@v3.2.4 with: # Personal access token personal_token: ${{ secrets.REPO_PAT }}