From 836847be75a883ed49fefa31555340a2b9eda8fd Mon Sep 17 00:00:00 2001 From: Jim Edwards Date: Mon, 9 Jan 2023 08:33:29 -0700 Subject: [PATCH] get git workflow working --- .github/workflows/bumpversion.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bumpversion.yml b/.github/workflows/bumpversion.yml index d7d4daa0e..f4dc9b7ca 100644 --- a/.github/workflows/bumpversion.yml +++ b/.github/workflows/bumpversion.yml @@ -7,7 +7,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Bump version and push tag id: tag_version uses: mathieudutour/github-tag-action@v5.5 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 167c756f8..43e875a9c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,5 +1,5 @@ # This is a workflow to compile the cmeps source without cime -name: extbuild +name: Test Manic # Controls when the action will run. Triggers the workflow on push or pull request # events but only for the master branch