Skip to content

Commit

Permalink
Merge pull request #292 from zim514/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
zim514 authored Sep 26, 2024
2 parents d0a3b2b + f94d583 commit 1eff2bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
pull-requests: write
checks: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit

Check warning on line 19 in .github/workflows/code_quality.yml

View workflow job for this annotation

GitHub Actions / Qodana for Python

Line is longer than allowed by code style

Line is longer than allowed by code style (\> 120 columns)
fetch-depth: 0 # a full history is required for pull request analysis
Expand Down

0 comments on commit 1eff2bb

Please sign in to comment.