Skip to content

Commit

Permalink
CI Update github action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjpfan committed Dec 5, 2023
1 parent 2ee1e21 commit 0e95ada
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Unit Tests

on:
pull_request:
types: [opened, edited, labeled, unlabeled, synchronize]
types: [opened, reopened, synchronize]

jobs:
test_x86_64:
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 0e95ada

Please sign in to comment.