Skip to content

Commit

Permalink
Merge branch 'develop' into feature/rreichle/update_doc_Mar2024
Browse files Browse the repository at this point in the history
  • Loading branch information
gmao-rreichle committed Mar 21, 2024
2 parents a956a12 + 8f83907 commit fd9b607
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-to-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3.3.0
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run the action
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-tarball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3.3.0
uses: actions/checkout@v4
with:
path: ${{ github.event.repository.name }}-${{ github.event.release.tag_name }}

- name: Checkout mepo
uses: actions/checkout@v3.3.0
uses: actions/checkout@v4
with:
repository: GEOS-ESM/mepo
path: mepo
Expand Down

0 comments on commit fd9b607

Please sign in to comment.