Skip to content

Commit

Permalink
chore(deps): update github actions dependencies (#490)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Oct 18, 2022
1 parent 3fcc6e3 commit 451bd76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:

- name: Generate changelog 📝
id: generate-changelog
uses: mikepenz/release-changelog-builder-action@v3.3.1
uses: mikepenz/release-changelog-builder-action@v3.4.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
cd ../example/ && flutter pub upgrade
- name: Create pull request 🆕
uses: peter-evans/create-pull-request@v4.1.4
uses: peter-evans/create-pull-request@v4.2.0
with:
branch: "chore/update-deps"
commit-message: "chore(deps): update dependencies"
Expand Down

0 comments on commit 451bd76

Please sign in to comment.