builds: update all GH action workflows to use latest versions

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2023-11-25 18:25:08 +01:00
committed by Ron Evans
parent 4df145dcb4
commit 2d289addb7
7 changed files with 36 additions and 36 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
run: |
echo "$HOME/go/bin" >> $GITHUB_PATH
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0 # fetch all history (no sparse checkout)
submodules: true