Skip to content

Commit b3ab369

Browse files
committed
Update CI
1 parent afe4704 commit b3ab369

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci-markdown.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ name: CI for Markdown content
33
on:
44
push:
55
branches:
6-
- 'main'
6+
- "main"
77
paths:
8-
- 'lib/**/*.md'
8+
- "lib/**/*.md"
99
pull_request:
1010
paths:
11-
- 'lib/**/*.md'
11+
- "lib/**/*.md"
1212
workflow_dispatch:
1313

1414
jobs:
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020

21-
runs-on: ubuntu-20.04
21+
runs-on: ubuntu-latest
2222

2323
steps:
2424
- name: Check out the repository

.github/workflows/notify.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ permissions:
1010

1111
jobs:
1212
notify:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-latest
1414
name: Notify
1515
steps:
1616
- uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 50
1919
- uses: erlef/setup-beam@v1
2020
with:
21-
otp-version: '25.0'
22-
elixir-version: '1.14.0'
21+
otp-version: "27.3"
22+
elixir-version: "1.18.3"
2323
- name: Run Elixir script
2424
env:
2525
ELIXIR_FORUM_TOKEN: ${{ secrets.ELIXIR_FORUM_TOKEN }}

0 commit comments

Comments
 (0)