1919 - name : 📥 Check-out
2020 uses : actions/checkout@v5
2121 - name : 🧰 Install Python
22- uses : actions/setup-python@v5
22+ uses : actions/setup-python@v6
2323 with :
2424 python-version : ${{ matrix.python }}
2525 cache : pip
5151 - name : " 📥 Check-out"
5252 uses : actions/checkout@v5
5353 - name : " 🧰 Install Python"
54- uses : actions/setup-python@v5
54+ uses : actions/setup-python@v6
5555 with :
5656 python-version : ${{ matrix.python }}
5757 cache : pip
7777 - name : " 🧰 Install Protoc"
7878 run : sudo apt install protobuf-compiler
7979 - name : " 🧰 Install Python"
80- uses : actions/setup-python@v5
80+ uses : actions/setup-python@v6
8181 with :
8282 python-version : ${{ matrix.python }}
8383 cache : pip
@@ -103,7 +103,7 @@ jobs:
103103 - name : " 🧰 Install Protoc"
104104 run : sudo apt install protobuf-compiler
105105 - name : " 🧰 Install Python"
106- uses : actions/setup-python@v5
106+ uses : actions/setup-python@v6
107107 with :
108108 python-version : ${{ matrix.python }}
109109 cache : pip
@@ -125,7 +125,7 @@ jobs:
125125 - name : " 📥 Check-out"
126126 uses : actions/checkout@v5
127127 - name : " 🧰 Install Python"
128- uses : actions/setup-python@v5
128+ uses : actions/setup-python@v6
129129 with :
130130 python-version : ${{ matrix.python }}
131131 cache : pip
0 commit comments