From 57133a29d90432ffaa3276e90367b85d54344b51 Mon Sep 17 00:00:00 2001 From: Enderson Menezes Date: Wed, 3 Apr 2024 20:47:19 -0300 Subject: [PATCH] Update Python version to 3.12 in report.yaml workflow --- .github/workflows/report.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/report.yaml b/.github/workflows/report.yaml index c8ae875..c29c2cb 100644 --- a/.github/workflows/report.yaml +++ b/.github/workflows/report.yaml @@ -17,10 +17,10 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python 3.12 - uses: actions/setup-python@v3 + uses: actions/setup-python@v5 with: python-version: 3.12