File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ jobs:
1414 id-token : write
1515 steps :
1616 - name : Checkout Repo
17- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
1818 - name : Install poetry
1919 run : pipx install poetry
2020 - name : Set up Python
21- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
21+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
2222 with :
23- python-version : ' 3.9 '
23+ python-version : ' 3.13 '
2424 cache : ' poetry'
2525 - name : Setup
2626 run : poetry env use 3.9
Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ jobs:
2020 packages : write
2121 steps :
2222 - name : Checkout Repo
23- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
2424 - name : Install poetry
2525 run : pipx install poetry
2626 - name : Set up Python
27- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
27+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
2828 with :
29- python-version : ' 3.9 '
29+ python-version : ' 3.13 '
3030 cache : ' poetry'
3131 - name : Setup
3232 run : poetry env use 3.9
@@ -55,13 +55,13 @@ jobs:
5555 packages : write
5656 steps :
5757 - name : Checkout Repo
58- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
58+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
5959 - name : Install poetry
6060 run : pipx install poetry
6161 - name : Set up Python
62- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
62+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
6363 with :
64- python-version : ' 3.9 '
64+ python-version : ' 3.13 '
6565 cache : ' poetry'
6666 - name : Setup
6767 run : poetry env use 3.9
@@ -80,13 +80,13 @@ jobs:
8080 packages : write
8181 steps :
8282 - name : Checkout Repo
83- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
83+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
8484 - name : Install poetry
8585 run : pipx install poetry
8686 - name : Set up Python
87- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
87+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
8888 with :
89- python-version : ' 3.9 '
89+ python-version : ' 3.13 '
9090 cache : ' poetry'
9191 - name : Setup
9292 run : poetry env use 3.9
You can’t perform that action at this time.
0 commit comments