From 1da562d103f170147dc61def2082cc5a1e533faf Mon Sep 17 00:00:00 2001 From: Alex Rogozhnikov Date: Tue, 19 Sep 2023 16:41:13 -0700 Subject: [PATCH] maintenance: update versions of github actions --- .github/workflows/deploy_to_pypi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy_to_pypi.yml b/.github/workflows/deploy_to_pypi.yml index cb56d7c5..dffb26a8 100644 --- a/.github/workflows/deploy_to_pypi.yml +++ b/.github/workflows/deploy_to_pypi.yml @@ -9,10 +9,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout sources - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: "3.8"