Skip to content

Commit

Permalink
update to checkout v4.
Browse files Browse the repository at this point in the history
  • Loading branch information
freemansw1 committed Nov 1, 2024
1 parent 5e61691 commit 348abc5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -34,7 +34,7 @@ jobs:
id: git

- name: Checkout RC branch
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.base_ref }}

Expand All @@ -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 }}"

Expand Down

0 comments on commit 348abc5

Please sign in to comment.