From 1ef59789857c8999cd6586a255c6bef669a351b5 Mon Sep 17 00:00:00 2001 From: mkudlej Date: Thu, 2 Jan 2025 15:18:22 +0100 Subject: [PATCH] Update acceptance.yml upgrade some GH actions --- .github/workflows/acceptance.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/acceptance.yml b/.github/workflows/acceptance.yml index a80a590a..4a5d39b7 100644 --- a/.github/workflows/acceptance.yml +++ b/.github/workflows/acceptance.yml @@ -9,10 +9,10 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup Python id: setup-python - uses: actions/setup-python@v2 + uses: actions/setup-python@v5 with: python-version: '3.11' - name: Install pipenv