Skip to content

Commit

Permalink
update versions in CI actions
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjonesBSU committed Jul 20, 2024
1 parent b7aa027 commit 9b4d36b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
shell: bash -l {0}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Checkout Branch / Pull Request

- name: Install Mamba (Linux)
Expand All @@ -42,7 +42,7 @@ jobs:
run: python -m pytest -v -nauto --cov=foyer --cov-report=xml --cov-append --cov-config=setup.cfg --color yes --pyargs foyer

- name: Upload Coverage Report
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4
with:
name: Foyer-Coverage
verbose: true
Expand All @@ -63,7 +63,7 @@ jobs:
shell: bash -l {0}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Checkout Branch / Pull Request

- name: Install Mamba (Linux)
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
shell: bash -l {0}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Checkout Branch / Pull Request

- name: Install Mamba
Expand Down

0 comments on commit 9b4d36b

Please sign in to comment.