Skip to content

Commit

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

build(deps): bump actions/checkout from 3 to 4
  • Loading branch information
rez1dent3 authored Nov 3, 2023
2 parents 3c8a637 + 03b83f7 commit 174f491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yaml
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 }}
fetch-depth: 0
Expand Down

0 comments on commit 174f491

Please sign in to comment.