Skip to content

Commit

Permalink
Merge pull request #58 from benjeffery/update-actions-2412
Browse files Browse the repository at this point in the history
Update GitHub Actions to latest major versions
  • Loading branch information
benjeffery authored Dec 11, 2024
2 parents 057435c + 9eeafe0 commit 87ac696
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ orbs:
jobs:
build:
docker:
- image: circleci/python:3.7-buster
- image: cimg/python:3.10.16
working_directory: /home/circleci/tsconvert
steps:
- checkout
Expand All @@ -16,6 +16,7 @@ jobs:
- run:
name: Install dependencies and set path
command: |
sudo apt-get update
sudo apt-get install libgsl-dev # Needed for 3rd party sims without wheels
pip install --user -r requirements/development.txt
pip install twine --user
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.6.0
uses: styfle/cancel-workflow-action@0.12.1
with:
access_token: ${{ github.token }}
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: pre-commit/[email protected].0
- uses: actions/checkout@v4.2.2
- uses: actions/setup-python@v5.3.0
- uses: pre-commit/[email protected].1

0 comments on commit 87ac696

Please sign in to comment.