From 4f56e58bca85277746b6b187669888b032fa0675 Mon Sep 17 00:00:00 2001 From: Frederick Jansen Date: Mon, 6 May 2024 17:54:27 -0400 Subject: [PATCH] Update GitHub Actions checkout and setup-python scripts --- .github/workflows/lint-test-cover-docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-test-cover-docs.yml b/.github/workflows/lint-test-cover-docs.yml index 3c34bb28..bdd176c6 100644 --- a/.github/workflows/lint-test-cover-docs.yml +++ b/.github/workflows/lint-test-cover-docs.yml @@ -11,9 +11,9 @@ jobs: xcl: ['omit', 'install'] name: "Python ${{ matrix.python-version }}" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install Python. - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} architecture: x64