From eca3b5fd79f66f77ea77aad3dd19e4cd863612f7 Mon Sep 17 00:00:00 2001 From: Mika Lindqvist Date: Mon, 12 Feb 2024 06:46:29 +0200 Subject: [PATCH] Update GitHub Actions workflow to use actions/setup-python@v5. --- .github/workflows/dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index 779c529..184bf05 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -15,7 +15,7 @@ jobs: with: ref: master - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: '3.8'