File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108108 }
109109 steps :
110110 - name : Checkout doxygen
111- uses : actions/checkout@v4
111+ uses : actions/checkout@v5
112112 with :
113113 fetch-depth : 0
114114
Original file line number Diff line number Diff line change 1919 outputs :
2020 should_run : ${{ steps.should_run.outputs.should_run }}
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 - name : print latest_commit
2424 run : echo ${{ github.sha }}
2525
4040
4141 steps :
4242 - name : Checkout doxygen
43- uses : actions/checkout@v4
43+ uses : actions/checkout@v5
4444
4545 - name : Download Coverity
4646 run : |
Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - name : Checkout repository
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v5
2121
2222 - name : Log in to the Container registry
2323 uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 - name : Set up Python
1717 uses : actions/setup-python@v5
1818 with :
You can’t perform that action at this time.
0 commit comments