From b08136db1dae4fa86caa1d23555e76670471853e Mon Sep 17 00:00:00 2001 From: James Shubin Date: Sun, 14 Jan 2024 18:01:19 -0500 Subject: [PATCH] github: New versions of github actions --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 5cce50f727..0d2a9629a7 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -40,14 +40,14 @@ jobs: # Do not shallow fetch. The path can't be absolute, so we need to move it # to the expected location later. - name: Clone mgmt - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: submodules: recursive fetch-depth: 0 path: ./go/src/github.com/purpleidea/mgmt - name: Install Go ${{ matrix.golang_version }} - uses: actions/setup-go@v2 + uses: actions/setup-go@v4 with: go-version: ${{ matrix.golang_version }}