Skip to content

Commit

Permalink
Update checkout action version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuru committed Feb 1, 2024
1 parent 5cae7ee commit b0e8c3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/validate-codeowners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout source code at current commit"
uses: actions/checkout@v2
uses: actions/checkout@v4
# Waiting to update codeowners-validator until https://github.com/mszostok/codeowners-validator/issues/173 is resolved
- uses: mszostok/[email protected]
if: github.event.pull_request.head.repo.full_name == github.repository
name: "Full check of CODEOWNERS"
Expand Down

0 comments on commit b0e8c3f

Please sign in to comment.