Skip to content

Commit 5b4132d

Browse files
committed
upgrade github actions to remove warning
1 parent 03b647a commit 5b4132d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/block_replay.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ jobs:
88
replay:
99
runs-on: self-hosted
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v3
1212
- name: Set up Go
13-
uses: actions/setup-go@v2
13+
uses: actions/setup-go@v4
1414
with:
15-
go-version: 1.18
15+
go-version: 1.19
1616

1717
- name: Extract converted db
1818
run: |

0 commit comments

Comments
 (0)