From 4bc617adafe8393bbb89fbbbda8d0f7a640dcbf9 Mon Sep 17 00:00:00 2001 From: Anders Wallin Date: Sun, 7 Apr 2024 09:39:25 +0300 Subject: [PATCH] Update coverage.yml - bump action version --- .github/workflows/coverage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 7c9cf5c..b949639 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -19,9 +19,9 @@ jobs: python-version: [3.12] 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