From 31b2cbd8d21f6055498655c028b6f825da549f5d Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Fri, 23 Sep 2022 11:01:58 +0200 Subject: [PATCH] README.md: Upgrade GitHub Actions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e65a86..c9cf816 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,8 @@ jobs: os: [ubuntu-18.04, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 - - uses: actions/setup-python@v2 + - uses: actions/checkout@v3 + - uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - name: Run image