An Ecto SQLite3 adapter.
0

Configure Feed

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

Update ci to stop the warnings

Matthew Johnston (Mar 27, 2026, 4:48 PM -0500) c2e6cf57 159b2190

+4 -4
+4 -4
.github/workflows/ci.yml
··· 18 18 elixir: ["1.18"] 19 19 otp: ["27"] 20 20 steps: 21 - - uses: actions/checkout@v4 21 + - uses: actions/checkout@v6 22 22 - uses: erlef/setup-beam@v1 23 23 with: 24 24 otp-version: ${{ matrix.otp }} 25 25 elixir-version: ${{ matrix.elixir }} 26 - - uses: actions/cache@v3 26 + - uses: actions/cache@v5 27 27 with: 28 28 path: deps 29 29 key: ${{ matrix.os }}-otp_${{ matrix.otp }}-elixir_${{ matrix.elixir }}-mix_${{ hashFiles('**/mix.lock') }} ··· 49 49 - elixir: "1.16" 50 50 otp: "27" 51 51 steps: 52 - - uses: actions/checkout@v4 52 + - uses: actions/checkout@v6 53 53 - uses: erlef/setup-beam@v1 54 54 with: 55 55 otp-version: ${{ matrix.otp }} 56 56 elixir-version: ${{ matrix.elixir }} 57 - - uses: actions/cache@v3 57 + - uses: actions/cache@v5 58 58 with: 59 59 path: deps 60 60 key: ${{ matrix.os }}-otp_${{ matrix.otp }}-elixir_${{ matrix.elixir }}-mix_${{ hashFiles('**/mix.lock') }}