Skip to content

Commit

Permalink
Merge pull request #24 from BojanStipic/dependabot/github_actions/dep…
Browse files Browse the repository at this point in the history
…endabot/fetch-metadata-1.3.3

Bump dependabot/fetch-metadata from 1.3.1 to 1.3.3
  • Loading branch information
github-actions[bot] authored Jul 4, 2022
2 parents f97f411 + d0b62bf commit 2faabac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
pull-requests: 'write'
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- uses: 'dependabot/fetch-metadata@v1.3.1'
- uses: 'dependabot/fetch-metadata@v1.3.3'
- run: 'gh pr review --approve "$PR_URL"'
env:
PR_URL: ${{github.event.pull_request.html_url}}
Expand All @@ -23,7 +23,7 @@ jobs:
contents: 'write'
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- uses: 'dependabot/fetch-metadata@v1.3.1'
- uses: 'dependabot/fetch-metadata@v1.3.3'
- run: 'gh pr merge --auto --merge "$PR_URL"'
if: ${{ steps.metadata.outputs.update-type != 'version-update:semver-major' }}
env:
Expand Down

0 comments on commit 2faabac

Please sign in to comment.