Skip to content

Commit

Permalink
- [github](.github/workflows/testimage.yml) Now use Node.js 20 `actio…
Browse files Browse the repository at this point in the history
…ns/checkout@v4`.
  • Loading branch information
mlan committed Jun 5, 2024
1 parent b43c095 commit e5217cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install dependencies
run: sudo apt-get install -y ldap-utils
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- [demo](demo/Makefile) Remove unsused service `dns`.
- [demo](demo/Makefile) Add target `auth-apk_list`.
- [demo](demo/docker-compose.yml) Remove obsolete element `version` in docker-compose.yml.
- [github](.github/workflows/testimage.yml) Now use Node.js 20 `actions/checkout@v4`.

# 2.1.4

Expand Down

0 comments on commit e5217cb

Please sign in to comment.