File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222 uses : actions/checkout@v6.0.1
2323
2424 - name : 🛠 Set up Python 3
25- uses : actions/setup-python@v6.0 .0
25+ uses : actions/setup-python@v6.1 .0
2626 id : python
2727 with :
2828 python-version : " 3.13"
5353 uses : actions/checkout@v6.0.1
5454
5555 - name : 🛠️ Set up Python ${{ matrix.python.version }}
56- uses : actions/setup-python@v6.0 .0
56+ uses : actions/setup-python@v6.1 .0
5757 with :
5858 python-version : ${{ matrix.python.version }}
5959 allow-prereleases : ${{ matrix.python.prereleases || false }}
8181 uses : actions/checkout@v6.0.1
8282
8383 - name : 🛠 Set up Python 3.13
84- uses : actions/setup-python@v6.0 .0
84+ uses : actions/setup-python@v6.1 .0
8585 id : python
8686 with :
8787 python-version : " 3.13"
Original file line number Diff line number Diff line change 1717 uses : actions/checkout@v6.0.1
1818
1919 - name : 🛠 Set up Python
20- uses : actions/setup-python@v6.0 .0
20+ uses : actions/setup-python@v6.1 .0
2121 id : python
2222 with :
2323 python-version : " 3.13"
You can’t perform that action at this time.
0 commit comments