Skip to content

Commit

Permalink
update checkout version
Browse files Browse the repository at this point in the history
  • Loading branch information
freemansw1 committed Nov 8, 2024
1 parent dd83955 commit ddf7f96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
id: git

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

Expand All @@ -42,7 +42,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 ddf7f96

Please sign in to comment.