diff --git a/.github/workflows/cache.yml b/.github/workflows/cache.yml index 25e71528f..6a22ec13d 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/disk=large" steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.head.sha }} - name: Setup Anaconda diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c6cfb77ed..520735acf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }} NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 0 diff --git a/.github/workflows/collab.yml b/.github/workflows/collab.yml index 7df168625..525f48579 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@v5 + - uses: actions/checkout@v6 # 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 84b85c995..bc87ed447 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@v5 + uses: actions/checkout@v6 with: ref: gh-pages - name: Link Checker diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7bc9f15e0..087dcbca5 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/disk=large" steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Setup Anaconda