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 code
16- uses : actions/checkout@v4
16+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1717
1818 - name : Set up Python ${{ matrix.python-version }}
19- uses : actions/setup-python@v5
19+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2020 with :
2121 python-version : ${{ matrix.python-version }}
2222
Original file line number Diff line number Diff line change @@ -24,10 +24,11 @@ jobs:
2424 runs-on : ubuntu-24.04
2525
2626 steps :
27- - uses : actions/checkout@v4
28- - uses : actions/checkout@v4
27+ - name : Checkout code
28+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
29+
2930 - name : Set up Python
30- uses : actions/setup-python@v5
31+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
3132 with :
3233 python-version : 3.12
3334
8586
8687 - name : Publish to PyPI
8788 if : startsWith(github.ref, 'refs/tags')
88- uses : pypa/gh-action-pypi-publish@release/v1
89+ uses : pypa/gh-action-pypi-publish@release/v1
You can’t perform that action at this time.
0 commit comments