Skip to content

Commit 01fe80a

Browse files
committed
github/workflows: update runs-on to ubuntu-22 and actions@checkout to v4
Signed-off-by: Koichi Shiraishi <[email protected]>
1 parent ee3102f commit 01fe80a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml renamed to .github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ env:
1414
jobs:
1515
test:
1616
name: test
17-
runs-on: ubuntu-20.04
17+
runs-on: ubuntu-22.04
1818

1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v4
2222

2323
- name: Test in Docker
2424
run: |

0 commit comments

Comments
 (0)