From f673525ee6d299397dba4d026b88af30aca0ab7a Mon Sep 17 00:00:00 2001 From: lindsay stevens Date: Sat, 19 Oct 2024 11:45:32 +1100 Subject: [PATCH] fix: update github actions versions to silence warnings about node --- .github/workflows/release.yml | 2 +- .github/workflows/verify.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 191c0de2..6d1f38f9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: python-version: ${{ matrix.python }} # Install dependencies. - - uses: actions/cache@v3 + - uses: actions/cache@v4 name: Python cache with dependencies. id: python-cache with: diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 87721363..1044e6c7 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -17,7 +17,7 @@ jobs: python-version: ${{ matrix.python }} # Install dependencies. - - uses: actions/cache@v3 + - uses: actions/cache@v4 name: Python cache with dependencies. id: python-cache with: @@ -52,7 +52,7 @@ jobs: python-version: ${{ matrix.python }} # Install dependencies. - - uses: actions/cache@v3 + - uses: actions/cache@v4 name: Python cache with dependencies. id: python-cache with: @@ -76,7 +76,7 @@ jobs: flit --debug build --no-use-vcs - name: Upload sdist and wheel. if: success() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: pyxform--on-${{ matrix.os }}--py${{ matrix.python }} path: ${{ github.workspace }}/dist/pyxform*