From 5bae648ba3625e31d0af9817926f1fbabb8a2521 Mon Sep 17 00:00:00 2001 From: Giorgio Salluzzo Date: Fri, 17 May 2024 13:03:22 +0200 Subject: [PATCH] Bump Actions' versions (#235) --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c23dd8c5..adf81304 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,9 +25,9 @@ jobs: python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] # , 'pypy3.10' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} cache: 'pip'