From bce70628f1bd49dddc031e80adb1415441d26c0b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Oct 2023 22:23:37 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/checks.yml | 2 +- .github/workflows/sim-sanity-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 1fab698..6dcbfd9 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -14,7 +14,7 @@ jobs: os: [ "windows-latest", "ubuntu-latest" ] python-version: ["3.9", "3.10"] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: psf/black@stable with: options: "--check" diff --git a/.github/workflows/sim-sanity-test.yml b/.github/workflows/sim-sanity-test.yml index 8d8faa1..a6f6bb3 100644 --- a/.github/workflows/sim-sanity-test.yml +++ b/.github/workflows/sim-sanity-test.yml @@ -13,7 +13,7 @@ jobs: matrix: python-version: ["3.9", "3.10"] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4 with: