mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- Move github workflows to use checkoutv4.
This commit is contained in:
parent
33bdf44a04
commit
3096e4930e
3 changed files with 5 additions and 2 deletions
2
.github/workflows/analysis_ports.yml
vendored
2
.github/workflows/analysis_ports.yml
vendored
|
|
@ -163,7 +163,7 @@ jobs:
|
|||
make: "no"
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: false
|
||||
- name: test_windows
|
||||
|
|
|
|||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: configure
|
||||
run: ./configure --enable-debug
|
||||
- name: make
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
28 February 2024: Wouter
|
||||
- Move github workflows to use checkoutv4.
|
||||
|
||||
23 February 2024: Yorgos
|
||||
- Document the suspend argument for process_ds_response().
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue