From b64bee1708acf361fa8db51080dbb4d15dbee1d6 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sun, 2 Oct 2022 06:57:36 +0200 Subject: [PATCH] README.md: Upgrade GitHub Actions (#54) --- 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