From 632e06385501e9eb13dd4b7744ad8a0b0f92401f Mon Sep 17 00:00:00 2001 From: Felix Hammerl Date: Tue, 30 Jul 2024 13:10:54 +0200 Subject: [PATCH] Update setup-python action --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4da3425..beabb58 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v2 - name: Setup python ${{ matrix.python }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python }} @@ -49,7 +49,7 @@ jobs: uses: actions/checkout@v2 - name: Setup python - uses: actions/setup-python@v2 + uses: actions/setup-python@v5 with: python-version: '3.12'