From 026776da13cd862dd5411b13aa08f962bdaa38f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 13:42:54 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e9cadbf..eaa799a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: python-version: [ "3.9", "3.10", "3.11" ] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: repository: 'ZNotify/py-sdk'