From 0d5e0b07f0942c9516da494155039d2af9325784 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 03:33:57 +0000 Subject: [PATCH] Bump prince-chrismc/check-actor-permissions-action from 3.0.0 to 3.0.1 Bumps [prince-chrismc/check-actor-permissions-action](https://github.com/prince-chrismc/check-actor-permissions-action) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/prince-chrismc/check-actor-permissions-action/releases) - [Commits](https://github.com/prince-chrismc/check-actor-permissions-action/compare/d07d79a16495e5003e58112b596294d1a7c80f56...ce04efab4f468664a0ae6d9cc0c14e4a4e6cd70a) --- updated-dependencies: - dependency-name: prince-chrismc/check-actor-permissions-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/pr-snapshot-release-command.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-snapshot-release-command.yaml b/.github/workflows/pr-snapshot-release-command.yaml index d11e836..f5241d3 100644 --- a/.github/workflows/pr-snapshot-release-command.yaml +++ b/.github/workflows/pr-snapshot-release-command.yaml @@ -18,7 +18,7 @@ jobs: if: github.event.sender.type == 'User' && github.event.issue.pull_request && startsWith(github.event.comment.body, '/snapshot-release') steps: - name: Enforces that the actor permission is the Maintainer - uses: prince-chrismc/check-actor-permissions-action@d07d79a16495e5003e58112b596294d1a7c80f56 # v3.0.0 + uses: prince-chrismc/check-actor-permissions-action@ce04efab4f468664a0ae6d9cc0c14e4a4e6cd70a # v3.0.1 with: permission: write