Skip to content

Commit 29b674f

Browse files
gh-actions: bump action versions
1 parent c1159c6 commit 29b674f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: git checkout
30-
uses: actions/checkout@v2
30+
uses: actions/checkout@v4
3131

3232
- name: go cache
33-
uses: actions/cache@v1
33+
uses: actions/cache@v4
3434
with:
3535
path: /home/runner/work/go
3636
key: lndmon-${{ runner.os }}-go-${{ env.GO_VERSION }}-${{ github.job }}-${{ hashFiles('**/go.sum') }}
@@ -41,7 +41,7 @@ jobs:
4141
lndmon-${{ runner.os }}-go-
4242
4343
- name: setup go ${{ env.GO_VERSION }}
44-
uses: actions/setup-go@v2
44+
uses: actions/setup-go@v5
4545
with:
4646
go-version: '${{ env.GO_VERSION }}'
4747

0 commit comments

Comments
 (0)