From f26e476ec183787bdc6526b1eb12f653db185464 Mon Sep 17 00:00:00 2001 From: "A. Riddell" Date: Wed, 3 Jul 2024 10:01:56 -0400 Subject: [PATCH] ci: Update github actions versions --- .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 3edad4174..72bfe1762 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,10 +21,10 @@ jobs: python-version: "3.12" steps: - name: Check out repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }}