From 062b941a1c26a5eacbc3043a8008cb6ddd806cd6 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 00:19:03 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/psf/black: 24.4.2 → 24.8.0](https://github.com/psf/black/compare/24.4.2...24.8.0) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 60087e078..0f536b9a5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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] From c2064d01d7d4398e2a09b1819e734eed4e6e1889 Mon Sep 17 00:00:00 2001 From: chrisjonesBSU Date: Wed, 7 Aug 2024 12:46:27 -0600 Subject: [PATCH 2/2] update actions to latest versions --- .github/workflows/CI.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 0d73b79ab..864831ffd 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -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) @@ -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 @@ -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 @@ -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 }}