Skip to content

Commit ead1b60

Browse files
committed
Bump Github Actions
1 parent 946ffb8 commit ead1b60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ on: push
44

55
jobs:
66
test:
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-22.04
88
name: OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}}
99
strategy:
1010
matrix:
1111
otp: [24.3, 25.3, 26.2]
1212
elixir: [1.14, 1.15, 1.16]
1313
steps:
1414
- name: Checkout codebase
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v4
1616

1717
- name: Setup Elixir
1818
uses: erlef/setup-beam@v1

0 commit comments

Comments
 (0)