Skip to content

Commit 355c6eb

Browse files
authored
chore(deps): bump the dependencies group with 3 updates (#168)
2 parents 03b0932 + 0b91754 commit 355c6eb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fetch-depth: 0
2727

2828
- name: Set up Python ${{ matrix.python-version }}
29-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
29+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
3030
with:
3131
python-version: ${{ matrix.python-version }}
3232
cache: "pip"
@@ -47,7 +47,7 @@ jobs:
4747

4848
- if: matrix.python-version == '3.10'
4949
name: Upload coverage to Codecov
50-
uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
50+
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
5151
continue-on-error: true
5252
with:
5353
token: ${{ secrets.CODECOV_TOKEN }}
@@ -67,7 +67,7 @@ jobs:
6767
fetch-depth: 0
6868

6969
- name: Set up Python
70-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
70+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
7171
with:
7272
python-version: "3.10"
7373
cache: "pip"
@@ -85,7 +85,7 @@ jobs:
8585
python setup.py sdist bdist_wheel
8686
8787
- name: Publish package
88-
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
88+
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
8989

9090
create-release:
9191
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)