File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ name: CI for Markdown content
33on :
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
1414jobs :
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
Original file line number Diff line number Diff line change @@ -10,16 +10,16 @@ permissions:
1010
1111jobs :
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 }}
You can’t perform that action at this time.
0 commit comments