File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v6
1717
1818 - name : Set up Python
19- uses : actions/setup-python@v5
19+ uses : actions/setup-python@v6
2020 with :
2121 python-version : " 3.12"
2222
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
1111
1212 steps :
1313 - name : Check-out repository
14- uses : actions/checkout@v2
14+ uses : actions/checkout@v6
1515
1616 - name : Set up Python
17- uses : actions/setup-python@v4
17+ uses : actions/setup-python@v6
1818 with :
1919 python-version : " 3.12"
2020
@@ -33,10 +33,10 @@ jobs:
3333
3434 steps :
3535 - name : Check-out repository
36- uses : actions/checkout@v2
36+ uses : actions/checkout@v6
3737
3838 - name : Set up Python
39- uses : actions/setup-python@v4
39+ uses : actions/setup-python@v6
4040 with :
4141 python-version : " 3.12"
4242
Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ jobs:
1313 pull-requests : write
1414 steps :
1515 - name : Check out repository
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v6
1717
1818 - name : Set up Quarto
1919 uses : quarto-dev/quarto-actions/setup@v2
2020
2121 - name : Set up Python
22- uses : actions/setup-python@v4
22+ uses : actions/setup-python@v6
2323 with :
2424 python-version : ' 3.12'
2525
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@34e114876b0b11c390a56381ad16ebd13914f8d5 # 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@a309ff8b426b58ec0e2a45f0f869d46889d02405 # 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@34e114876b0b11c390a56381ad16ebd13914f8d5 # 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@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
2828 with :
2929 # You can modify what version of Python you want to use for your release
3030 python-version : " 3.11"
4545 ls -lh dist/
4646 # Store an artifact of the build to use in the publish step below
4747 - name : Store the distribution packages
48- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v4
48+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v4
4949 with :
5050 name : python-package-distributions
5151 path : dist/
6767 id-token : write # this permission is mandatory for PyPI publishing
6868 steps :
6969 - name : Download dists
70- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v4
70+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v4
7171 with :
7272 name : python-package-distributions
7373 path : dist/
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
1414 runs-on : ubuntu-latest
1515
1616 steps :
17- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4.5.2
17+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.5.2
1818
1919 - name : Set up Python
20- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v5.1.0
20+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v5.1.0
2121 with :
2222 python-version : " 3.10"
2323
@@ -39,10 +39,10 @@ jobs:
3939 python-version : ["3.10", "3.13"]
4040
4141 steps :
42- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4.5.2
42+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.5.2
4343
4444 - name : Set up Python ${{ matrix.python-version }}
45- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v5.1.0
45+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v5.1.0
4646 with :
4747 python-version : ${{ matrix.python-version }}
4848
5959 # save it as a github secret called CODECOV_TOKEN
6060 - name : Upload to codecov
6161 if : runner.os == 'macOS' && matrix.python-version == '3.13'
62- uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
62+ uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
6363 with :
6464 # token: ${{ secrets.CODECOV_TOKEN }}
6565 verbose : true
You can’t perform that action at this time.
0 commit comments