diff --git a/.github/workflows/cache.yml b/.github/workflows/cache.yml index c0de3573d..30be2cb75 100644 --- a/.github/workflows/cache.yml +++ b/.github/workflows/cache.yml @@ -8,7 +8,7 @@ jobs: cache: runs-on: "runs-on=${{ github.run_id }}/family=g4dn.2xlarge/image=quantecon_ubuntu2404/volume=80gb" steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha }} - name: Setup Anaconda diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43ca8bfaf..240e34c3a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: contents: read pull-requests: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 0 diff --git a/.github/workflows/collab.yml b/.github/workflows/collab.yml index ea394f87d..6edcb01e1 100644 --- a/.github/workflows/collab.yml +++ b/.github/workflows/collab.yml @@ -13,7 +13,7 @@ jobs: image: docker://us-docker.pkg.dev/colab-images/public/runtime:latest options: --gpus all steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 # Install build software - name: Install Build Software & LaTeX shell: bash -l {0} diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml index fb1d7d7af..1c9afee00 100644 --- a/.github/workflows/linkcheck.yml +++ b/.github/workflows/linkcheck.yml @@ -13,7 +13,7 @@ jobs: steps: # Checkout the live site (html) - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: gh-pages - name: Link Checker diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index aa3826e0f..20f543543 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,7 +9,7 @@ jobs: runs-on: "runs-on=${{ github.run_id }}/family=g4dn.2xlarge/image=quantecon_ubuntu2404/volume=80gb" steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: Setup Anaconda