File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4.5.2
14+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4.5.2
1515 - name : Set up Python ${{ matrix.python-version }}
16- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v5.1.0
16+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5.1.0
1717 with :
1818 python-version : ${{ matrix.python-version }}
1919
Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ jobs:
1616 # Environment is encouraged for increased security
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
19+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
2020 with :
2121 # This fetch element is only important if you are use SCM based
2222 # versioning (that looks at git tags to gather the version).
2323 # setuptools-scm needs tags to form a valid version number
2424 fetch-tags : true
2525
2626 - name : Setup Python
27- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
27+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
2828 with :
2929 # You can modify what version of Python you want to use for your release
3030 python-version : " 3.11"
4343 ls -lh dist/
4444 # Store an artifact of the build to use in the publish step below
4545 - name : Store the distribution packages
46- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v4
46+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v4
4747 with :
4848 name : python-package-distributions
4949 path : dist/
6565 id-token : write # this permission is mandatory for PyPI publishing
6666 steps :
6767 - name : Download dists
68- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v4
68+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v4
6969 with :
7070 name : python-package-distributions
7171 path : dist/
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
1818 python-version : ["3.10", "3.13"]
1919
2020 steps :
21- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4.5.2
21+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4.5.2
2222
2323 - name : Set up Python ${{ matrix.python-version }}
24- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v5.1.0
24+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5.1.0
2525 with :
2626 python-version : ${{ matrix.python-version }}
2727 - name : Install hatch
3535 # save it as a github secret called CODECOV_TOKEN
3636 - name : Upload to codecov
3737 if : runner.os == 'macOS' && matrix.python-version == '3.13'
38- uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
38+ uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
3939 with :
4040 # token: ${{ secrets.CODECOV_TOKEN }}
4141 verbose : true
You can’t perform that action at this time.
0 commit comments