Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/asv-benchmarking-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
CONDA_ENV_FILE: ci/environment.yml

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/asv-benchmarking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Checkout uxarray
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: UXARRAY/uxarray
ref: main
Expand All @@ -29,7 +29,7 @@ jobs:
git fetch --all --tags

- name: Checkout uxarray-asv
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: UXARRAY/uxarray-asv
persist-credentials: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
access_token: ${{ github.token }}

- name: checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
token: ${{ github.token }}

Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
shell: bash -l {0}
steps:
- name: checkout
uses: actions/checkout@v5.0.0
uses: actions/checkout@v6

- name: environment setup
id: link-env-setup
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
if: github.repository == 'UXARRAY/uxarray'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up Python
uses: actions/[email protected]
with:
Expand All @@ -32,7 +32,7 @@ jobs:
permissions:
id-token: write
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up Python
uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upstream-dev-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
token: ${{ github.token }}

Expand Down
Loading