Skip to content

Commit

Permalink
Merge pull request #739 from GEOS-ESM/feature/mathomp4/ci-update
Browse files Browse the repository at this point in the history
Update some GitHub Actions versions
  • Loading branch information
mathomp4 committed Mar 21, 2024
2 parents 3a57d2c + 1d1aa12 commit 8f83907
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 8f83907

Please sign in to comment.