An Ecto SQLite3 adapter.
0

Configure Feed

Select the types of activity you want to include in your feed.

Bump checkout to v4

Matthew Johnston (Aug 13, 2024, 10:28 PM -0500) 4ff2bb44 58c0e861

+2 -2
+2 -2
.github/workflows/ci.yml
··· 18 18 elixir: ["1.17"] 19 19 otp: ["27"] 20 20 steps: 21 - - uses: actions/checkout@v3 21 + - uses: actions/checkout@v4 22 22 - uses: erlef/setup-beam@v1 23 23 with: 24 24 otp-version: ${{ matrix.otp }} ··· 49 49 - elixir: "1.17" 50 50 otp: "24" 51 51 steps: 52 - - uses: actions/checkout@v3 52 + - uses: actions/checkout@v4 53 53 - uses: erlef/setup-beam@v1 54 54 with: 55 55 otp-version: ${{ matrix.otp }}