Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
chore(deps): update github actions (major) and update release-please …
Browse files Browse the repository at this point in the history
…config (#1047)

* chore(deps): update github actions

* chore: migrate release-please to manifest config

---------

Co-authored-by: Mend Renovate <bot@renovateapp.com>
  • Loading branch information
grayside and renovate-bot authored Jan 26, 2024
1 parent 681bdb8 commit 5e81aa6
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@db8f2c60ee802b3748b512940dde88eabd7b7e01 # v3
- uses: google-github-actions/release-please-action@cc61a07e2da466bebbc19b3a7dd01d6aecb20d1e # v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: simple
package-name: emblem
changelog-type: github
2 changes: 1 addition & 1 deletion .github/workflows/style-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
ref: ${{github.event.pull_request.head.ref}}
repository: ${{github.event.pull_request.head.repo.full_name}}
- name: Set up Python 3.9
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5
with:
python-version: 3.9
- name: Install Black
Expand Down
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "0.6.0"
}
9 changes: 9 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"release-type": "simple",
"changelog-notes-type": "github",
"packages": {
".": {
"package-name": "emblem"
}
}
}

0 comments on commit 5e81aa6

Please sign in to comment.