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"
|
make: "no"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: false
|
submodules: false
|
||||||
- name: test_windows
|
- name: test_windows
|
||||||
|
|
|
||||||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -12,7 +12,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: configure
|
- name: configure
|
||||||
run: ./configure --enable-debug
|
run: ./configure --enable-debug
|
||||||
- name: make
|
- name: make
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
|
28 February 2024: Wouter
|
||||||
|
- Move github workflows to use checkoutv4.
|
||||||
|
|
||||||
23 February 2024: Yorgos
|
23 February 2024: Yorgos
|
||||||
- Document the suspend argument for process_ds_response().
|
- Document the suspend argument for process_ds_response().
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue