File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 8686 variants : ${{ matrix.configuration }}
8787 steps :
8888 - name : Checkout code
89- uses : actions/checkout@v4
89+ uses : actions/checkout@v5
9090 with :
9191 ref : ${{ github.event.pull_request.head.sha || github.sha }}
9292
@@ -95,14 +95,14 @@ jobs:
9595 with :
9696 python-version : " 3.11"
9797 - name : Checkout build variables
98- uses : actions/checkout@v4
98+ uses : actions/checkout@v5
9999 with :
100100 repository : secondlife/build-variables
101101 ref : master
102102 path : .build-variables
103103
104104 - name : Checkout master-message-template
105- uses : actions/checkout@v4
105+ uses : actions/checkout@v5
106106 with :
107107 repository : secondlife/master-message-template
108108 path : .master-message-template
Original file line number Diff line number Diff line change 1111 pre-commit :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 - uses : actions/setup-python@v4
1616 with :
1717 python-version : 3.x
18- -
uses :
pre-commit/[email protected] .0 18+ -
uses :
pre-commit/[email protected] .1
You can’t perform that action at this time.
0 commit comments