Skip to content

Commit 499db65

Browse files
authored
Update lint_master.yml
ubuntu 18.04 is not supported
1 parent ebdf387 commit 499db65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint_master.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ on:
66

77
jobs:
88
axivion:
9-
runs-on: ubuntu-18.04
9+
runs-on: ubuntu-20.04
1010

1111
steps:
1212
- name : Checkout
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v4
1414

1515
- name: Trigger pipeline
1616
env:

0 commit comments

Comments
 (0)