Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b08136d

Browse files
committedJan 22, 2024
github: New versions of github actions
1 parent b3a6edc commit b08136d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ jobs:
4040
# Do not shallow fetch. The path can't be absolute, so we need to move it
4141
# to the expected location later.
4242
- name: Clone mgmt
43-
uses: actions/checkout@v2
43+
uses: actions/checkout@v4
4444
with:
4545
submodules: recursive
4646
fetch-depth: 0
4747
path: ./go/src/github.com/purpleidea/mgmt
4848

4949
- name: Install Go ${{ matrix.golang_version }}
50-
uses: actions/setup-go@v2
50+
uses: actions/setup-go@v4
5151
with:
5252
go-version: ${{ matrix.golang_version }}
5353

0 commit comments

Comments
 (0)
Please sign in to comment.