From b5cc616a9c023fa3c1e653b7eabee4bb9f6a2e5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 17:55:53 -0600 Subject: [PATCH] build(deps): bump actions/setup-python from 4 to 5 (#601) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/linting.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index ee228f204..ca8acd984 100644 --- a/.github/workflows/linting.yaml +++ b/.github/workflows/linting.yaml @@ -19,7 +19,7 @@ jobs: with: fetch-depth: '0' - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 - name: install dependencies run: |