Skip to content

Commit 4a1d35f

Browse files
committed
chore(deps): update all dependencies
1 parent 07ade2e commit 4a1d35f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/block_major_releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
pull-requests: read
1616
steps:
1717
- name: Enforce Multiple Approvals for Major Releases
18-
uses: actions/github-script@v8
18+
uses: actions/github-script@v9
1919
with:
2020
script: |
2121
const prTitle = context.payload.pull_request.title;

.github/workflows/mypy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818

1919
steps:
2020
- name: Checkout code
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v7
2222

2323
- name: Set up Python ${{ matrix.python-version }}
24-
uses: actions/setup-python@v5
24+
uses: actions/setup-python@v7
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727

.kokoro/docker/docs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
from ubuntu:22.04
15+
from ubuntu:26.04
1616

1717
ENV DEBIAN_FRONTEND noninteractive
1818

0 commit comments

Comments
 (0)