File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2323 uses : actions/checkout@v4
2424
2525 - name : Set up Python ${{ matrix.python-version }}
26- uses : actions/setup-python@v5
26+ uses : actions/setup-python@v6
2727 with :
2828 python-version : ${{ matrix.python-version }}
2929
7676 uses : actions/checkout@v4
7777
7878 - name : Set up Python ${{ matrix.python-version }}
79- uses : actions/setup-python@v5
79+ uses : actions/setup-python@v6
8080 with :
8181 python-version : ${{ matrix.python-version }}
8282
9898 runs-on : ubuntu-latest
9999 steps :
100100 - uses : actions/checkout@v4
101- - uses : actions/setup-python@v5
101+ - uses : actions/setup-python@v6
102102 with :
103103 python-version : " 3.11"
104104
Original file line number Diff line number Diff line change 1010 steps :
1111 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1212 - name : Set up Python
13- uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
13+ uses : actions/setup-python@4f41a90a1f38628c7ccc608d05fbafe701bc20ae # v6.1.0
1414 with :
1515 python-version : 3.12
1616 - name : Install Poetry
Original file line number Diff line number Diff line change 1616 steps :
1717 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1818 - name : Set up Python
19- uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
19+ uses : actions/setup-python@4f41a90a1f38628c7ccc608d05fbafe701bc20ae # v6.1.0
2020 with :
2121 python-version : ${{ matrix.python-version }}
2222 - name : Install Poetry
You can’t perform that action at this time.
0 commit comments