From af5e16b3a29d51ee3fc7095ade256c5aa0147259 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 20:53:31 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/linter.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linter.yaml b/.github/workflows/linter.yaml index a2e2a063e..9965264f8 100644 --- a/.github/workflows/linter.yaml +++ b/.github/workflows/linter.yaml @@ -7,7 +7,7 @@ jobs: main: runs-on: ubuntu-latest steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4 with: python-version: 3.x