diff --git a/.github/workflows/push-to-develop.yml b/.github/workflows/push-to-develop.yml index fd525b2a..ebbd3109 100644 --- a/.github/workflows/push-to-develop.yml +++ b/.github/workflows/push-to-develop.yml @@ -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 diff --git a/.github/workflows/release-tarball.yml b/.github/workflows/release-tarball.yml index 41f28389..3866b8dd 100644 --- a/.github/workflows/release-tarball.yml +++ b/.github/workflows/release-tarball.yml @@ -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