From 75327536d8bffc802a72ccd748df3a871f241d89 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 15:33:00 +0000 Subject: [PATCH] feat(Dependencies): Update actions/setup-python action to v5 | datasource | package | from | to | | ----------- | -------------------- | ---- | -- | | github-tags | actions/setup-python | v2 | v5 | --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 949ab55..bb288ea 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v3 - name: Set up Python 3.11 - uses: actions/setup-python@v2 + uses: actions/setup-python@v5 with: python-version: 3.11