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 @@ -6,12 +6,12 @@ name: CI for Markdown content
66on :
77 push :
88 branches :
9- - ' main'
9+ - " main"
1010 paths :
11- - ' lib/**/*.md'
11+ - " lib/**/*.md"
1212 pull_request :
1313 paths :
14- - ' lib/**/*.md'
14+ - " lib/**/*.md"
1515 workflow_dispatch :
1616
1717permissions :
2424 strategy :
2525 fail-fast : false
2626
27- runs-on : ubuntu-20.04
27+ runs-on : ubuntu-latest
2828
2929 steps :
3030 - name : Check out the repository
Original file line number Diff line number Diff line change @@ -13,16 +13,16 @@ permissions:
1313
1414jobs :
1515 notify :
16- runs-on : ubuntu-20.04
16+ runs-on : ubuntu-latest
1717 name : Notify
1818 steps :
1919 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2020 with :
2121 fetch-depth : 50
2222 - uses : erlef/setup-beam@5304e04ea2b355f03681464e683d92e3b2f18451 # v1.18.2
2323 with :
24- otp-version : ' 25.0 '
25- elixir-version : ' 1.14.0 '
24+ otp-version : " 27.3 "
25+ elixir-version : " 1.18.3 "
2626 - name : Run Elixir script
2727 env :
2828 ELIXIR_FORUM_TOKEN : ${{ secrets.ELIXIR_FORUM_TOKEN }}
You can’t perform that action at this time.
0 commit comments