File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 steps :
1414 - name : Dependabot metadata
1515 id : metadata
16- uses : dependabot/fetch-metadata@v2
16+ uses : dependabot/fetch-metadata@v3
1717 with :
1818 github-token : " ${{ secrets.GITHUB_TOKEN }}"
1919 - name : Enable auto-merge for Dependabot PRs
Original file line number Diff line number Diff line change @@ -95,19 +95,19 @@ jobs:
9595 # if: >-
9696 # (github.event_name == 'push' && startsWith(github.ref, 'refs/tags'))
9797 # || (github.event_name == 'workflow_dispatch' && github.event.inputs.publish == 'true')
98- # uses: pypa/gh-action-pypi-publish@v1.13 .0
98+ # uses: pypa/gh-action-pypi-publish@v1.14 .0
9999 # with:
100100 # repository-url: https://test.pypi.org/legacy/
101101 # print-hash: true
102102
103103 - name : Publish distribution 📦 to PyPI
104104 if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
105- uses : pypa/gh-action-pypi-publish@v1.13 .0
105+ uses : pypa/gh-action-pypi-publish@v1.14 .0
106106 with :
107107 print-hash : true
108108
109109 - name : Create GitHub Release from a Tag
110- uses : softprops/action-gh-release@v2
110+ uses : softprops/action-gh-release@v3
111111 if : startsWith(github.ref, 'refs/tags/')
112112 with :
113113 files : dist/*
You can’t perform that action at this time.
0 commit comments