Skip to content

Commit

Permalink
Bump versions of GHAs (#518)
Browse files Browse the repository at this point in the history
* Provide token input to codecov action
  • Loading branch information
glatterf42 authored Feb 6, 2024
1 parent 9b93531 commit 049689a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
cache: pip
cache-dependency-path: "**/pyproject.toml"

- uses: ts-graphviz/setup-graphviz@v1.2.0
- uses: ts-graphviz/setup-graphviz@v2
with:
macos-skip-brew-update: true

Expand All @@ -72,7 +72,7 @@ jobs:
r-version: '4.2.3'

- name: Cache GAMS installer and R packages
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
gams
Expand Down Expand Up @@ -125,7 +125,9 @@ jobs:
shell: bash

- name: Upload test coverage to Codecov.io
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }} # required

pre-commit:
name: Code quality
Expand Down

0 comments on commit 049689a

Please sign in to comment.