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:
72
72
toxenv : py313-test-sphinxdev
73
73
74
74
steps :
75
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
75
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
76
76
with :
77
77
fetch-depth : 0
78
78
- 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
80
80
with :
81
81
python-version : ${{ matrix.python-version }}
82
82
allow-prereleases : true
99
99
run : tox ${{ matrix.toxargs }} -v -e ${{ matrix.toxenv }}
100
100
- name : Upload coverage to codecov
101
101
if : ${{ contains(matrix.toxenv,'-cov') }}
102
- uses : codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5 .0
102
+ uses : codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6 .0
103
103
with :
104
104
file : ./coverage.xml
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
13
13
if : ((github.event_name == 'push' && startsWith(github.ref, 'refs/tags')) || contains(github.event.pull_request.labels.*.name, 'Build wheels'))
14
14
15
15
steps :
16
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
16
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17
17
with :
18
18
fetch-depth : 0
19
- - uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
19
+ - uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
20
20
with :
21
21
python-version : 3.8
22
6B02
code>
22
45
45
46
46
- name : Publish distribution 📦 to PyPI
47
47
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
49
49
with :
50
50
user : __token__
51
51
password : ${{ secrets.pypi_password }}
You can’t perform that action at this time.
0 commit comments