From c332ad3ea6e3759dc3a6b2086c18f3e8f7115ade Mon Sep 17 00:00:00 2001 From: Joshua Fehler Date: Fri, 12 Apr 2024 12:36:30 -0400 Subject: [PATCH] Update github actions --- .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 6237e9a..851f14c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,9 +36,9 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v5 with: python-version: ${{matrix.python-version}}