Skip to content

Commit

Permalink
- Move github workflows to use checkoutv4.
Browse files Browse the repository at this point in the history
  • Loading branch information
wcawijngaards committed Feb 28, 2024
1 parent 33bdf44 commit 3096e49
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analysis_ports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
make: "no"

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: false
- name: test_windows
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions doc/Changelog
Original file line number Diff line number Diff line change
@@ -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().

Expand Down

0 comments on commit 3096e49

Please sign in to comment.