4545 runs-on : ubuntu-latest
4646 steps :
4747 - name : Checkout
48- uses : actions/checkout@v5
48+ uses : actions/checkout@v6
4949 # Use a fetch-depth of 2 to avoid error `fatal: origin/main...HEAD: no merge base`
5050 # See https://github.com/googleapis/google-cloud-python/issues/12013
5151 # and https://github.com/actions/checkout#checkout-head.
5454 - name : Setup Python
5555 uses : actions/setup-python@v6
5656 with :
57- python-version : " 3.10 "
57+ python-version : " 3.14 "
5858 - name : Install nox
5959 run : |
6060 python -m pip install --upgrade setuptools pip wheel
7474 runs-on : ubuntu-latest
7575 steps :
7676 - name : Checkout
77- uses : actions/checkout@v5
77+ uses : actions/checkout@v6
7878 # Use a fetch-depth of 2 to avoid error `fatal: origin/main...HEAD: no merge base`
7979 # See https://github.com/googleapis/google-cloud-python/issues/12013
8080 # and https://github.com/actions/checkout#checkout-head.
8383 - name : Setup Python
8484 uses : actions/setup-python@v6
8585 with :
86- python-version : " 3.10 "
86+ python-version : " 3.14 "
8787 - name : Install nox
8888 run : |
8989 python -m pip install --upgrade setuptools pip wheel
@@ -101,7 +101,7 @@ jobs:
101101 runs-on : ubuntu-latest
102102 steps :
103103 - name : Checkout
104- uses : actions/checkout@v5
104+ uses : actions/checkout@v6
105105 # Use a fetch-depth of 2 to avoid error `fatal: origin/main...HEAD: no merge base`
106106 # See https://github.com/googleapis/google-cloud-python/issues/12013
107107 # and https://github.com/actions/checkout#checkout-head.
@@ -110,7 +110,7 @@ jobs:
110110 - name : Setup Python
111111 uses : actions/setup-python@v6
112112 with :
113- python-version : " 3.10 "
113+ python-version : " 3.14 "
114114 - name : Install nox
115115 run : |
116116 python -m pip install --upgrade setuptools pip wheel
@@ -130,7 +130,7 @@ jobs:
130130 runs-on : ubuntu-latest
131131 steps :
132132 - name : Checkout
133- uses : actions/checkout@v5
133+ uses : actions/checkout@v6
134134 # Use a fetch-depth of 2 to avoid error `fatal: origin/main...HEAD: no merge base`
135135 # See https://github.com/googleapis/google-cloud-python/issues/12013
136136 # and https://github.com/actions/checkout#checkout-head.
@@ -139,7 +139,7 @@ jobs:
139139 - name : Setup Python
140140 uses : actions/setup-python@v6
141141 with :
142- python-version : " 3.10 "
142+ python-version : " 3.14 "
143143 - name : Install nox
144144 run : |
145145 python -m pip install --upgrade setuptools pip wheel
0 commit comments