File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 poetry --version
3636
3737 - name : Set up Python
38- uses : actions/setup-python@v6.1 .0
38+ uses : actions/setup-python@v6.2 .0
3939 with :
4040 python-version : " 3.12"
4141 cache : " poetry"
Original file line number Diff line number Diff line change 2020 fetch-depth : 2
2121
2222 - name : Set up Python
23- uses : actions/setup-python@v6.1 .0
23+ uses : actions/setup-python@v6.2 .0
2424 with :
2525 python-version : " 3.12"
2626
7070 repository-url : https://test.pypi.org/legacy/
7171
7272 - name : Publish the release notes
73- uses : release-drafter/release-drafter@v6.1 .0
73+ uses : release-drafter/release-drafter@v6.2 .0
7474 with :
7575 publish : ${{ steps.check-version.outputs.tag != '' }}
7676 tag : ${{ steps.check-version.outputs.tag }}
Original file line number Diff line number Diff line change 4040 uses : actions/checkout@v6
4141
4242 - name : Set up Python ${{ matrix.python }}
43- uses : actions/setup-python@v6.1 .0
43+ uses : actions/setup-python@v6.2 .0
4444 with :
4545 python-version : ${{ matrix.python }}
4646
@@ -124,7 +124,7 @@ jobs:
124124 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
125125
126126 - name : Set up Python
127- uses : actions/setup-python@v6.1 .0
127+ uses : actions/setup-python@v6.2 .0
128128 with :
129129 python-version : " 3.11"
130130
You can’t perform that action at this time.
0 commit comments