diff --git a/.github/workflows/dependabot-fix.yml b/.github/workflows/dependabot-fix.yml index a9fd1ef842..1996656996 100644 --- a/.github/workflows/dependabot-fix.yml +++ b/.github/workflows/dependabot-fix.yml @@ -58,7 +58,7 @@ jobs: git commit -m '[dependabot skip] Fix yarn.lock' --allow-empty git push - - uses: octokit/request-action@v2.1.9 + - uses: octokit/request-action@v2.3.1 if: contains(fromJSON('["opened", "reopened"]'), github.event.action) env: GITHUB_TOKEN: ${{ secrets.FOXGLOVEBOT_GITHUB_TOKEN }} @@ -68,7 +68,7 @@ jobs: pull_number: ${{ github.event.pull_request.number }} event: "APPROVE" - - uses: octokit/request-action@v2.1.9 + - uses: octokit/request-action@v2.3.1 if: contains(fromJSON('["opened", "reopened"]'), github.event.action) env: GITHUB_TOKEN: ${{ secrets.FOXGLOVEBOT_GITHUB_TOKEN }}