Skip to content

Commit

Permalink
GHA: update actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
joostvanzwieten committed Dec 19, 2023
1 parent f4cf9b1 commit 6d01343
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install dependencies
run: python3 -m pip install flit
- name: Build package
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
wheel: ${{ steps.build.outputs.wheel }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install build dependencies
run: python3 -m pip install flit
- name: Build package
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
NUTILS_TENSORIAL: ${{ matrix.tensorial }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Move nutils directory
run: mv nutils _nutils
- name: Set up Python ${{ matrix.python-version }}
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
PYTHONHASHSEED: 0
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Move nutils directory
run: mv nutils _nutils
- name: Set up Python
Expand All @@ -148,7 +148,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install dependencies
run: |
python3 -um pip install setuptools wheel
Expand All @@ -165,7 +165,7 @@ jobs:
_wheel: ${{ needs.build-python-package.outputs.wheel }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Download Python package artifact
uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit 6d01343

Please sign in to comment.