We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1159c6 commit 29b674fCopy full SHA for 29b674f
.github/workflows/main.yml
@@ -27,10 +27,10 @@ jobs:
27
runs-on: ubuntu-latest
28
steps:
29
- name: git checkout
30
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
31
32
- name: go cache
33
- uses: actions/cache@v1
+ uses: actions/cache@v4
34
with:
35
path: /home/runner/work/go
36
key: lndmon-${{ runner.os }}-go-${{ env.GO_VERSION }}-${{ github.job }}-${{ hashFiles('**/go.sum') }}
@@ -41,7 +41,7 @@ jobs:
41
lndmon-${{ runner.os }}-go-
42
43
- name: setup go ${{ env.GO_VERSION }}
44
- uses: actions/setup-go@v2
+ uses: actions/setup-go@v5
45
46
go-version: '${{ env.GO_VERSION }}'
47
0 commit comments