File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1515 LDFLAGS : -fsanitize=address
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v2
18+ uses : actions/checkout@v3
1919 with :
2020 submodules : true
2121
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v2
15+ uses : actions/checkout@v3
1616
1717 - name : Install libmaxminddb
1818 run : sudo apt install clang-tools libmaxminddb-dev
Original file line number Diff line number Diff line change 1313
1414 steps :
1515 - name : Checkout repository
16- uses : actions/checkout@v2
16+ uses : actions/checkout@v3
1717 with :
1818 # We must fetch at least the immediate parents so that if this is
1919 # a pull request then we can checkout the head.
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/checkout@v2
16+ - uses : actions/checkout@v3
1717 - name : Set up Python
1818 uses : actions/setup-python@v2
1919 with :
Original file line number Diff line number Diff line change 2121
2222 steps :
2323 - name : Checkout
24- uses : actions/checkout@v2
24+ uses : actions/checkout@v3
2525 with :
2626 submodules : true
2727
You can’t perform that action at this time.
0 commit comments