From 50906f1956992509947167df6e3c0823a27dd7ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 19:51:40 +0000 Subject: [PATCH] Update actions/checkout action to v5 --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index a04ed4a..96f350b 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -19,7 +19,7 @@ jobs: if: "!startsWith(github.event.head_commit.message, '[skip ci] ')" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - run: echo "${HOME}/.local/bin" >> ${GITHUB_PATH} - run: python3 -m pip install --user --requirement=.github/requirements.txt