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,17 +14,17 @@ 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 with :
1919 persist-credentials : false
2020
2121 - name : Install poetry
2222 run : pipx install poetry
2323
2424 - name : Set up Python
25- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
25+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
2626 with :
27- python-version : ' 3.9 '
27+ python-version : ' 3.14 '
2828 cache : ' poetry'
2929
3030 - name : Setup
Original file line number Diff line number Diff line change @@ -20,17 +20,17 @@ 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 with :
2525 persist-credentials : false
2626
2727 - name : Install poetry
2828 run : pipx install poetry
2929
3030 - name : Set up Python
31- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
31+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
3232 with :
33- python-version : ' 3.9 '
33+ python-version : ' 3.14 '
3434 cache : ' poetry'
3535
3636 - name : Setup
@@ -68,17 +68,17 @@ jobs:
6868 packages : write
6969 steps :
7070 - name : Checkout Repo
71- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
71+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
7272 with :
7373 persist-credentials : false
7474
7575 - name : Install poetry
7676 run : pipx install poetry
7777
7878 - name : Set up Python
79- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
79+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
8080 with :
81- python-version : ' 3.9 '
81+ python-version : ' 3.14 '
8282 cache : ' poetry'
8383
8484 - name : Setup
@@ -100,17 +100,17 @@ jobs:
100100 packages : write
101101 steps :
102102 - name : Checkout Repo
103- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
103+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
104104 with :
105105 persist-credentials : false
106106
107107 - name : Install poetry
108108 run : pipx install poetry
109109
110110 - name : Set up Python
111- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
111+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
112112 with :
113- python-version : ' 3.9 '
113+ python-version : ' 3.14 '
114114 cache : ' poetry'
115115
116116 - name : Setup
You can’t perform that action at this time.
0 commit comments