From 34a2c55d36d8273a212a2dd3277328f964862c7e Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Fri, 6 Oct 2023 11:55:08 -0700 Subject: [PATCH] missed a couple of action version udpates --- .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 f00534c..079730d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -38,9 +38,9 @@ jobs: setup-py: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Setup python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ vars.PYTHON_VERSION_CURRENT }} architecture: x64