File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616 with :
1717 fetch-depth : 0
1818 - name : Set up Python
19- uses : actions/setup-python@v4
19+ uses : actions/setup-python@v5
2020 with :
2121 python-version : ' 3.11'
2222
7474 steps :
7575 - uses : actions/checkout@v4
7676 - name : Set up Python ${{ matrix.python-version }}
77- uses : actions/setup-python@v4
77+ uses : actions/setup-python@v5
7878 with :
7979 python-version : ${{ matrix.python-version }}
8080
9292 steps :
9393 - uses : actions/checkout@v4
9494 - name : Set up Python
95- uses : actions/setup-python@v4
95+ uses : actions/setup-python@v5
9696 with :
9797 python-version : ' 3.11'
9898 - name : Install dependencies
@@ -109,7 +109,7 @@ jobs:
109109 steps :
110110 - uses : actions/checkout@v4
111111 - name : Set up Python
112- uses : actions/setup-python@v4
112+ uses : actions/setup-python@v5
113113 with :
114114 python-version : ' 3.11'
115115 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments