Skip to content

Commit a7f25af

Browse files
Update GitHub Actions
1 parent 623e1e7 commit a7f25af

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/detect_version_bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
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 }}

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ jobs:
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'

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ jobs:
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 }}

0 commit comments

Comments
 (0)