File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616 steps :
1717 # Checkout the repo
1818 - name : ' Checkout'
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020 with :
2121 fetch-depth : 0
2222
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : " Checkout source code at current commit"
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v5
1414 - name : Prepare tags for Docker image
1515 if : (github.event_name == 'release' && github.event.action == 'created') || github.event.pull_request.head.repo.full_name == github.repository
1616 id : prepare
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : " Checkout source code at current commit"
12- uses : actions/checkout@v4
12+ uses : actions/checkout@v5
1313 # Leave pinned at 0.7.1 until https://github.com/mszostok/codeowners-validator/issues/173 is resolved
1414 - uses : mszostok/codeowners-validator@v0.7.1
1515 if : github.event.pull_request.head.repo.full_name == github.repository
You can’t perform that action at this time.
0 commit comments