From 98f4ef42e1921958788c2304f33ce647c9b8f318 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 23:16:11 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 4 (#1470) --- .github/workflows/ci-build.yml | 2 +- .github/workflows/pytype.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 37152301..2efea487 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -28,7 +28,7 @@ jobs: CI_LARGE_SOCKET_MODE_PAYLOAD_TESTING_DISABLED: '1' FORCE_COLOR: '1' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4 with: diff --git a/.github/workflows/pytype.yml b/.github/workflows/pytype.yml index d5782e11..cf2fb96a 100644 --- a/.github/workflows/pytype.yml +++ b/.github/workflows/pytype.yml @@ -13,7 +13,7 @@ jobs: matrix: python-version: ['3.9'] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4 with: