Skip to content

Commit

Permalink
Merge branch 'main' into issue_force_overlap
Browse files Browse the repository at this point in the history
  • Loading branch information
jaclark5 authored Aug 8, 2024
2 parents 90aae2f + da62ddf commit 8ce8049
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,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 @@ -61,7 +61,7 @@ jobs:
if: runner.os == 'Linux'

- name: Upload Coverage Report
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4
with:
name: mBuild-Coverage
verbose: true
Expand All @@ -76,7 +76,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 Expand Up @@ -136,7 +136,7 @@ jobs:
echo Docker Image tags: ${DOCKER_TAGS}
- name: Build and Push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
tags: ${{ env.DOCKER_TAGS }}
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repos:
- id: trailing-whitespace
exclude: setup.cfg
- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.8.0
hooks:
- id: black
args: [--line-length=80]
Expand Down

0 comments on commit 8ce8049

Please sign in to comment.