File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed 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@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 # v1.14.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 @@ -131,7 +131,7 @@ jobs:
131131 if : ${{ always() }}
132132
133133 - name : Publish coverage results to Codecov
134- uses : codecov/codecov-action@v3.1.1
134+ uses : codecov/codecov-action@v3.1.6
135135 with :
136136 file : coverage-${{ matrix.python-version }}.xml
137137 fail_ci_if_error : true
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@897895f1e160c830e369f9779632ebc134688e1b
5050 with :
5151 password : ${{ secrets.PYPI_API_TOKEN }}
You can’t perform that action at this time.
0 commit comments