Skip to content

Commit

Permalink
github: New versions of github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
purpleidea committed Jan 22, 2024
1 parent a8f1942 commit 78e59a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit 78e59a9

Please sign in to comment.