We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
actions/checkout@v4
1 parent b43c095 commit e5217cbCopy full SHA for e5217cb
.github/workflows/testimage.yml
@@ -10,7 +10,7 @@ jobs:
10
build:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
14
15
- name: Install dependencies
16
run: sudo apt-get install -y ldap-utils
CHANGELOG.md
@@ -5,6 +5,7 @@
5
- [demo](demo/Makefile) Remove unsused service `dns`.
6
- [demo](demo/Makefile) Add target `auth-apk_list`.
7
- [demo](demo/docker-compose.yml) Remove obsolete element `version` in docker-compose.yml.
8
+- [github](.github/workflows/testimage.yml) Now use Node.js 20 `actions/checkout@v4`.
9
# 2.1.4
0 commit comments