From f571a8c3b5c183d64e61e68cf171a44de4d75a87 Mon Sep 17 00:00:00 2001 From: Ioannis Filippidis Date: Sat, 11 May 2024 20:18:58 +0300 Subject: [PATCH] CI: bump used actions `python`, `checkout` --- .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 af6dfa02..e0af4784 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,9 +17,9 @@ jobs: '3.12', ] 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 }} - name: Prepare installation environment