commit 927353844f12a6ca8611e6a85136cebf76081771
parent feb5f06078c40c9c2a3430fee961fa828be64dd8
Author: Erik Agsjö <erik.agsjo@gmail.com>
Date: Sat, 13 Apr 2024 13:26:51 +0200
Update checkout action
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/cmdline.yml b/.github/workflows/cmdline.yml
@@ -28,7 +28,7 @@ jobs:
id: go
- name: Check out code
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Install windows build helpers
if: startsWith(matrix.os, 'windows')