File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 runs-on : ubuntu-latest
2727 steps :
2828 - name : Checkout
29- uses : actions/checkout@v4
29+ uses : actions/checkout@v5
3030 - id : obtener_paso
3131 run : |
3232 echo "paso_actual=$(cat ./.github/script/STEP)" >> $GITHUB_OUTPUT
5252 steps :
5353 # We'll need to check out the repository so that we can edit the README
5454 - name : Checkout
55- uses : actions/checkout@v4
55+ uses : actions/checkout@v5
5656 with :
5757 fetch-depth : 0 # Let's get all the branches
5858
Original file line number Diff line number Diff line change 2626 runs-on : ubuntu-latest
2727 steps :
2828 - name : Checkout
29- uses : actions/checkout@v4
29+ uses : actions/checkout@v5
3030 - id : obtener_paso
3131 run : |
3232 echo "paso_actual=$(cat ./.github/script/STEP)" >> $GITHUB_OUTPUT
5252 steps :
5353 # We'll need to check out the repository so that we can edit the README
5454 - name : Checkout
55- uses : actions/checkout@v4
55+ uses : actions/checkout@v5
5656 with :
5757 fetch-depth : 0 # Let's get all the branches
5858
Original file line number Diff line number Diff line change 2626 runs-on : ubuntu-latest
2727 steps :
2828 - name : Checkout
29- uses : actions/checkout@v4
29+ uses : actions/checkout@v5
3030 - id : obtener_paso
3131 run : |
3232 echo "paso_actual=$(cat ./.github/script/STEP)" >> $GITHUB_OUTPUT
5252 steps :
5353 # We'll need to check out the repository so that we can edit the README
5454 - name : Checkout
55- uses : actions/checkout@v4
55+ uses : actions/checkout@v5
5656 with :
5757 fetch-depth : 0 # Let's get all the branches
5858
Original file line number Diff line number Diff line change 2626 runs-on : ubuntu-latest
2727 steps :
2828 - name : Checkout
29- uses : actions/checkout@v4
29+ uses : actions/checkout@v5
3030 - id : obtener_paso
3131 run : |
3232 echo "paso_actual=$(cat ./.github/script/STEP)" >> $GITHUB_OUTPUT
5252 steps :
5353 # We'll need to check out the repository so that we can edit the README
5454 - name : Checkout
55- uses : actions/checkout@v4
55+ uses : actions/checkout@v5
5656 with :
5757 fetch-depth : 0 # Let's get all the branches
5858
Original file line number Diff line number Diff line change 2626 runs-on : ubuntu-latest
2727 steps :
2828 - name : Checkout
29- uses : actions/checkout@v4
29+ uses : actions/checkout@v5
3030 - id : obtener_paso
3131 run : |
3232 echo "paso_actual=$(cat ./.github/script/STEP)" >> $GITHUB_OUTPUT
5252 steps :
5353 # We'll need to check out the repository so that we can edit the README
5454 - name : Checkout
55- uses : actions/checkout@v4
55+ uses : actions/checkout@v5
5656 with :
5757 fetch-depth : 0 # Let's get all the branches
5858
Original file line number Diff line number Diff line change 2626 runs-on : ubuntu-latest
2727 steps :
2828 - name : Checkout
29- uses : actions/checkout@v4
29+ uses : actions/checkout@v5
3030 - id : obtener_paso
3131 run : |
3232 echo "paso_actual=$(cat ./.github/script/STEP)" >> $GITHUB_OUTPUT
5252 steps :
5353 # We'll need to check out the repository so that we can edit the README
5454 - name : Checkout
55- uses : actions/checkout@v4
55+ uses : actions/checkout@v5
5656 with :
5757 fetch-depth : 0 # Let's get all the branches
5858
Original file line number Diff line number Diff line change 2323 # Steps represent a sequence of tasks that will be executed as part of the job
2424 steps :
2525 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727
2828 # Runs a single command using the runners shell
2929 - name : Run a one-line script
You can’t perform that action at this time.
0 commit comments