Skip to content

Commit 1dbc72d

Browse files
authored
Update main.yml
Update image
1 parent d3e1be0 commit 1dbc72d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: build-and-deploy
22
on: push
33
jobs:
44
deploy:
5-
runs-on: ubuntu-18.04
5+
runs-on: ubuntu-20.04
66
steps:
77
- name: Git checkout
8-
uses: actions/checkout@v2
8+
uses: actions/checkout@v3
99
- name: Build
1010
run: make build
1111
- name: Deploy

0 commit comments

Comments
 (0)