mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
build: update checkout action to v5
This commit is contained in:
parent
46f0602227
commit
6c34126cb9
3 changed files with 3 additions and 3 deletions
2
.github/workflows/check-no-torch.yml
vendored
2
.github/workflows/check-no-torch.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
name: Ensure torch is not in main dependencies
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
- name: Check pyproject.toml for torch in main dependencies
|
||||
run: |
|
||||
|
|
|
|||
2
.github/workflows/pytest.yml
vendored
2
.github/workflows/pytest.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
fail-fast: false
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v5
|
||||
|
|
|
|||
2
.github/workflows/upload_to_pypi.yml
vendored
2
.github/workflows/upload_to_pypi.yml
vendored
|
|
@ -8,7 +8,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
with:
|
||||
persist-credentials: false
|
||||
- name: Set up Python
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue