2121 with :
2222 ignore_words_list : datas re-use
2323 - name : Set up Python ${{ env.PYTHON_DEFAULT_VERSION }}
24- uses : actions/setup-python@v5
24+ uses : actions/setup-python@v6
2525 with :
2626 python-version : ${{ env.PYTHON_DEFAULT_VERSION }}
2727 cache : " pip"
4444 with :
4545 fetch-depth : 0
4646 - name : Set up Python ${{ env.PYTHON_DEFAULT_VERSION }}
47- uses : actions/setup-python@v5
47+ uses : actions/setup-python@v6
4848 with :
4949 python-version : ${{ env.PYTHON_DEFAULT_VERSION }}
5050 cache : " pip"
6666 fetch-depth : 0
6767 - name : Set up Python ${{ env.PYTHON_DEFAULT_VERSION }}
6868 if : ${{ env.B2_TEST_APPLICATION_KEY != '' && env.B2_TEST_APPLICATION_KEY_ID != '' }} # TODO: skip this whole job instead
69- uses : actions/setup-python@v5
69+ uses : actions/setup-python@v6
7070 with :
7171 python-version : ${{ env.PYTHON_DEFAULT_VERSION }}
7272 cache : " pip"
@@ -95,22 +95,16 @@ jobs:
9595 python-version : " pypy3.10"
9696 - os : " windows-latest"
9797 python-version : " pypy3.10"
98- # Workaround for https://github.com/actions/setup-python/issues/696
99- - os : " macos-latest"
100- python-version : 3.9
10198 include :
10299 - python-version : " 3.12"
103100 extras : " full"
104101 os : " ubuntu-latest"
105- # Workaround for https://github.com/actions/setup-python/issues/696
106- - os : " macos-13"
107- python-version : 3.9
108102 steps :
109103 - uses : actions/checkout@v4
110104 with :
111105 fetch-depth : 0
112106 - name : Set up Python ${{ matrix.python-version }}
113- uses : actions/setup-python@v5
107+ uses : actions/setup-python@v6
114108 with :
115109 python-version : ${{ matrix.python-version }}
116110 cache : " pip"
@@ -130,7 +124,7 @@ jobs:
130124 with :
131125 fetch-depth : 0
132126 - name : Set up Python ${{ env.PYTHON_DEFAULT_VERSION }}
133- uses : actions/setup-python@v5
127+ uses : actions/setup-python@v6
134128 with :
135129 python-version : ${{ env.PYTHON_DEFAULT_VERSION }}
136130 cache : " pip"
0 commit comments