From 2f10bcf055c976e48c62d9df71929a2109b4ee0b Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Fri, 21 Apr 2023 02:05:31 +0200 Subject: [PATCH] Update actions to v3 The CI runner actually shows which ones are obsolete, nice. --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 19ea862..a11cb51 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,15 +34,15 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v3 with: python-version: ${{ matrix.python-version }} - name: Cache pip - uses: actions/cache@v2 + uses: actions/cache@v3 with: # This path is specific to Ubuntu path: ~/.cache/pip -- 2.39.2