From b9fc0b68f4d3af5382e7645028d393656d0920df Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Thu, 6 Feb 2025 11:20:42 -0500 Subject: [PATCH] Bump Action versions Signed-off-by: Alex Nelson --- .github/workflows/cicd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 89a0552..e0fe069 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -22,11 +22,11 @@ jobs: steps: # Checkout the repository for processing - name: Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Setup the matrixed version of Python for testing - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }}