Skip to content

Commit

Permalink
Update workflows to v6 (major) (#4059)
Browse files Browse the repository at this point in the history
  • Loading branch information
openverse-bot authored Apr 8, 2024
1 parent a8e43ac commit bc4544b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/draft_releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
# Each time this runs, it should replace the previous drafted release matching the tag prefix set in the release drafter config
# This means there will always be a running drafted release for all apps
# Publishing the drafted release triggers the `release-app` workflow
- uses: release-drafter/release-drafter@v5
- uses: release-drafter/release-drafter@v6
id: release-drafter
with:
config-name: release-drafter-${{ matrix.app }}.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
just lint || true
- name: Open changelog PR
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
with:
# Access token necessary for PRs to run with CI
token: ${{ secrets.ACCESS_TOKEN }}
Expand Down

0 comments on commit bc4544b

Please sign in to comment.