From 146c67ffe2497d574a38f8b940d5d281ab7e5b22 Mon Sep 17 00:00:00 2001 From: Igor Okulist Date: Thu, 14 Mar 2024 22:17:29 -0500 Subject: [PATCH] update checkout and setup-python github actions --- .github/workflows/pythonapp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index e8d6238..f9bad0d 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -21,9 +21,9 @@ jobs: AWS_SESSION_TOKEN: MOCK_AWS_SESSION_TOKEN steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Install dependencies