From 30d6af680ac6473807ee4697cccdc9ff38f9a03e Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Sat, 11 Nov 2023 21:09:28 +0200 Subject: [PATCH] Bump CI actions (#68) --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index beee8ce..da2d1c3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,9 +15,9 @@ jobs: python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - name: Install