github: New versions of github actions

This commit is contained in:
James Shubin
2024-01-14 18:01:19 -05:00
parent a8f194259b
commit 78e59a9400

View File

@@ -40,14 +40,14 @@ jobs:
# Do not shallow fetch. The path can't be absolute, so we need to move it # Do not shallow fetch. The path can't be absolute, so we need to move it
# to the expected location later. # to the expected location later.
- name: Clone mgmt - name: Clone mgmt
uses: actions/checkout@v2 uses: actions/checkout@v4
with: with:
submodules: recursive submodules: recursive
fetch-depth: 0 fetch-depth: 0
path: ./go/src/github.com/purpleidea/mgmt path: ./go/src/github.com/purpleidea/mgmt
- name: Install Go ${{ matrix.golang_version }} - name: Install Go ${{ matrix.golang_version }}
uses: actions/setup-go@v2 uses: actions/setup-go@v4
with: with:
go-version: ${{ matrix.golang_version }} go-version: ${{ matrix.golang_version }}