File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 37
37
38
38
steps :
39
39
- name : Checkout repository
40
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
40
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
41
41
42
42
# Initializes the CodeQL tools for scanning.
43
43
- name : Initialize CodeQL
Original file line number Diff line number Diff line change @@ -32,11 +32,11 @@ jobs:
32
32
if : (github.repository == 'spacetelescope/acstools' && (github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'Build wheels')))
33
33
34
34
steps :
35
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
35
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
36
36
with :
37
37
fetch-depth : 0
38
38
39
- - uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
39
+ - uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
40
40
with :
41
41
python-version : ' 3.11'
42
42
56
56
# Use appropriate token if debugging with TestPyPI
57
57
- name : Publish distribution 📦 to PyPI
58
58
if : (startsWith(github.ref, 'refs/tags/') && github.event_name == 'push')
59
- uses : pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b # v1.10.2
59
+ uses : pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa # v1.11.0
60
60
with :
61
61
user : __token__
62
62
password : ${{ secrets.PYPI_TOKEN }}
You can’t perform that action at this time.
0 commit comments