From a85e9a100ef33fd8376ba42d1e1fd0361f39ddae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 18:41:45 +0000 Subject: [PATCH] Update actions/checkout action to v5 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/gnul.yml | 2 +- .github/workflows/mswn.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gnul.yml b/.github/workflows/gnul.yml index cf9fe25..3731982 100644 --- a/.github/workflows/gnul.yml +++ b/.github/workflows/gnul.yml @@ -9,7 +9,7 @@ jobs: steps: - name: Checkout the codebase in local working directory - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup a functioning local Python 3 installation uses: actions/setup-python@v5 diff --git a/.github/workflows/mswn.yml b/.github/workflows/mswn.yml index bf80a7e..3445fbc 100644 --- a/.github/workflows/mswn.yml +++ b/.github/workflows/mswn.yml @@ -9,7 +9,7 @@ jobs: steps: - name: Checkout the codebase in local working directory - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup a functioning local Python 3 installation uses: actions/setup-python@v5