From efad1e9103a6c59601c0666f771534de762c9670 Mon Sep 17 00:00:00 2001 From: powe97 <116031952+powe97@users.noreply.github.com> Date: Thu, 29 Feb 2024 22:01:40 -0500 Subject: [PATCH] Bump versions for actions --- .github/workflows/transfer.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/transfer.yml b/.github/workflows/transfer.yml index a3e58ae..999ae60 100644 --- a/.github/workflows/transfer.yml +++ b/.github/workflows/transfer.yml @@ -29,7 +29,7 @@ jobs: path: data - name: Set up python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.11' cache: 'pip' @@ -63,7 +63,7 @@ jobs: needs: [scrape-data] steps: - name: Clone Quatalog data - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: quatalog/data path: quatalog-data