From c61fe2883e79ee6993d8c43faf863a988bbe26ef Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sun, 12 Mar 2023 23:40:50 +0100 Subject: [PATCH] Upgrade GitHub Actions --- .github/workflows/pull_request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 4aac23d2..4633fdae 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -26,9 +26,9 @@ jobs: matrix: ${{ fromJson(needs.getchange.outputs.matrix) }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python }} - uses: actions/setup-python@v1 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python }} - name: Install Dependencies