From 2df8d6d886ecca3167b760fa14c649df8fddf5d1 Mon Sep 17 00:00:00 2001 From: "Thomas J. Fan" Date: Tue, 5 Dec 2023 09:31:50 -0500 Subject: [PATCH] CI Update github action versions (#746) --- .github/workflows/publish_pypi.yml | 4 ++-- .github/workflows/test.yml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/publish_pypi.yml b/.github/workflows/publish_pypi.yml index 42141049..a047f327 100644 --- a/.github/workflows/publish_pypi.yml +++ b/.github/workflows/publish_pypi.yml @@ -15,7 +15,7 @@ jobs: os: [ubuntu-20.04, windows-2019, macos-12] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: | git fetch --prune --unshallow @@ -31,7 +31,7 @@ jobs: name: Build source distribution runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: | git fetch --prune --unshallow diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2b44ae4c..66fabb80 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,7 +2,7 @@ name: Unit Tests on: pull_request: - types: [opened, edited, labeled, unlabeled, synchronize] + types: [opened, reopened, synchronize] jobs: test_x86_64: @@ -13,9 +13,9 @@ jobs: os: [ubuntu-latest, windows-latest] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Setting up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.pyver }} - name: Install dependencies @@ -39,7 +39,7 @@ jobs: img: quay.io/pypa/manylinux2014_aarch64 steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - run: | docker run --rm --privileged hypriot/qemu-register - uses: docker://quay.io/pypa/manylinux2014_aarch64