Skip to content

Commit

Permalink
Merge pull request #93 from ironpeakservices/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/hmarr/auto-approve-action-3.2.1

chore(deps): bump hmarr/auto-approve-action from 2.1.0 to 3.2.1
  • Loading branch information
hazcod authored Aug 8, 2023
2 parents dce183f + 85dde1a commit 318f3a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
runs-on: ubuntu-latest
steps:
-
uses: hmarr/auto-approve-action@v2.1.0
uses: hmarr/auto-approve-action@v3.2.1
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
runs-on: ubuntu-latest
steps:
- uses: hmarr/auto-approve-action@v2.1.0
- uses: hmarr/auto-approve-action@v3.2.1
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 318f3a7

Please sign in to comment.