File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 echo "::set-output name=result::$IS_PRERELEASE"
2929 - name : Create Release
3030 # use hash for security since this has access to the access token
31- uses : ncipollo/release-action@4c75f0f2e4ae5f3c807cf0904605408e319dcaac # v1.8.6
31+ uses : ncipollo/release-action@a2e71bdd4e7dab70ca26a852f29600c98b33153e # v1.12.0
3232 with :
3333 token : ${{ secrets.ACCESS_TOKEN }}
3434 tag : v${{ steps.get-new-version.outputs.version }}
Original file line number Diff line number Diff line change 77 steps :
88 - uses : actions/checkout@v3
99 - name : 🧼 lint renovate config # Validates changes to renovate.json config file
10- uses : suzuki-shunsuke/github-action-renovate-config-validator@v0.1.2
10+ uses : suzuki-shunsuke/github-action-renovate-config-validator@v0.1.3
1111 with :
1212 config_file_path : ' renovate.json'
Original file line number Diff line number Diff line change 4646 # v1.4.2 release. Using full SHA for security
4747 # https://docs.github.com/en/actions/learn-github-actions/security-hardening-for-github-actions#using-third-party-actions
4848 - name : Publish distribution 📦 to PyPI
49- uses : pypa/gh-action-pypi-publish@37f50c210e3d2f9450da2cd423303d6a14a6e29f
49+ uses : pypa/gh-action-pypi-publish@8ef2b3d46c9ecba901fb2ae21d98e322c4089c4e
5050 with :
5151 password : ${{ secrets.PYPI_API_TOKEN }}
You can’t perform that action at this time.
0 commit comments