Skip to content

Commit

Permalink
Merge pull request #151 from github/dependabot/github_actions/dependa…
Browse files Browse the repository at this point in the history
…bot/fetch-metadata-1.3.1

Bump dependabot/fetch-metadata from 1.3.0 to 1.3.1
  • Loading branch information
Barry Gordon authored and GitHub committed Jun 27, 2022
2 parents 8e1680f + 7c5306b commit 8da9a86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' }}
steps:
- name: Fetch metadata
uses: dependabot/fetch-metadata@v1.3.0
uses: dependabot/fetch-metadata@v1.3.1

# Enable the automerge using a PAT so the merge commits trigger workflows
- name: Auto-merge
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- name: Fetch dependabot metadata
id: dependabot-metadata
uses: dependabot/fetch-metadata@v1.3.0
uses: dependabot/fetch-metadata@v1.3.1
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
build-dependabot-changes:
Expand Down

0 comments on commit 8da9a86

Please sign in to comment.