From 74bdfe7e9e45509c662a9c1bb5ed62b107b819e3 Mon Sep 17 00:00:00 2001 From: Mike Fiedler Date: Fri, 11 Oct 2024 13:12:25 -0400 Subject: [PATCH] chore: 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 75771d5..2653780 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,9 +9,9 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v3 + uses: actions/setup-python@v5 with: python-version: '3.x' cache: pip