From 7f2ebf603f95274c8b8885b8c60372d2233f74d9 Mon Sep 17 00:00:00 2001 From: Benjamin Smith Date: Wed, 6 Sep 2023 13:55:15 +0200 Subject: [PATCH] update github actions due to deprecation warnings (#70) --- .github/workflows/pull-request.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 1d1ef84..801b80f 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -10,7 +10,7 @@ jobs: matrix: python-version: ["3.7", "3.11"] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2 with: @@ -33,7 +33,7 @@ jobs: matrix: python-version: ["3.7", "3.11"] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2 with: