From 348abc5654a378db44306b15737cfd57468bba27 Mon Sep 17 00:00:00 2001 From: Sean Freeman Date: Fri, 1 Nov 2024 13:30:53 -0500 Subject: [PATCH] update to checkout v4. --- .github/workflows/pylint.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 04e98424..dc383b71 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -14,7 +14,7 @@ jobs: shell: bash -l {0} steps: - name: Check out Git repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up mamba uses: mamba-org/setup-micromamba@v1 @@ -34,7 +34,7 @@ jobs: id: git - name: Checkout RC branch - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.base_ref }} @@ -44,7 +44,7 @@ jobs: id: main_score - name: Checkout PR branch - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: "${{ steps.git.outputs.SHA }}"