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 2525 git config --global core.autocrlf input
2626 fi
2727
28- - uses : actions/checkout@v4
28+ - uses : actions/checkout@v5
2929 with :
3030 fetch-depth : 0
3131
Original file line number Diff line number Diff line change 9595 run : git config --global core.autocrlf input
9696
9797 - name : Checkout
98- uses : actions/checkout@v4
98+ uses : actions/checkout@v5
9999 if : ${{ fromJSON(inputs.checkout) }}
100100 with :
101101 # Work around the fact that in the context of a pull request github.sha
@@ -115,7 +115,7 @@ runs:
115115 echo "short=${SHA:0:7}" >> $GITHUB_OUTPUT
116116
117117 - name : Checkout build variables
118- uses : actions/checkout@v4
118+ uses : actions/checkout@v5
119119 if : ${{ fromJSON(inputs.checkout-build-variables) }}
120120 with :
121121 repository : secondlife/build-variables
You can’t perform that action at this time.
0 commit comments