File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -72,11 +72,11 @@ jobs:
7272 toxenv : py313-test-sphinxdev
7373
7474 steps :
75- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
75+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7676 with :
7777 fetch-depth : 0
7878 - name : Set up Python ${{ matrix.python-version }}
79- uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
79+ uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
8080 with :
8181 python-version : ${{ matrix.python-version }}
8282 allow-prereleases : true
9999 run : tox ${{ matrix.toxargs }} -v -e ${{ matrix.toxenv }}
100100 - name : Upload coverage to codecov
101101 if : ${{ contains(matrix.toxenv,'-cov') }}
102- uses : codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5 .0
102+ uses : codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6 .0
103103 with :
104104 file : ./coverage.xml
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313 if : ((github.event_name == 'push' && startsWith(github.ref, 'refs/tags')) || contains(github.event.pull_request.labels.*.name, 'Build wheels'))
1414
1515 steps :
16- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
16+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1717 with :
1818 fetch-depth : 0
19- - uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
19+ - uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
2020 with :
2121 python-version : 3.8
2222
4545
4646 - name : Publish distribution 📦 to PyPI
4747 if : startsWith(github.ref, 'refs/tags')
48- uses : pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b # v1.10.2
48+ uses : pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa # v1.11.0
4949 with :
5050 user : __token__
5151 password : ${{ secrets.pypi_password }}
You can’t perform that action at this time.
0 commit comments