From 1d1aa1234481dbbf46d13623d7c97b3335ba9743 Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Thu, 21 Mar 2024 07:37:45 -0400 Subject: [PATCH] Update some GitHub Actions versions --- .github/workflows/push-to-develop.yml | 2 +- .github/workflows/release-tarball.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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