File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-22.04
16
16
steps :
17
17
# Obtención del código
18
- - uses : actions/checkout@v4
18
+ - uses : actions/checkout@v5
19
19
with :
20
20
submodules : ' true'
21
21
# Necesario para que tj-actions/changed-files se ejecute
Original file line number Diff line number Diff line change 14
14
any_changed : ${{ steps.changed-files.outputs.any_changed }}
15
15
comment : ${{ steps.create-pr-comment.outputs.comment }}
16
16
steps :
17
- - uses : actions/checkout@v4
17
+ - uses : actions/checkout@v5
18
18
with :
19
19
ref : ${{ github.event.pull_request.head.sha }}
20
20
persist-credentials : false
25
25
cache : " pip"
26
26
# checkout these files from the base branch to guarantee they haven't been
27
27
# modified by the PR
28
- - uses : actions/checkout@v4
28
+ - uses : actions/checkout@v5
29
29
with :
30
30
path : base-branch
31
31
sparse-checkout-cone-mode : false
You can’t perform that action at this time.
0 commit comments