File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ jobs:
2121 MIX_ENV : test
2222 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2323 steps :
24- - uses : actions/checkout@v6
24+ - uses : actions/checkout@v7.0.0
2525 - uses : erlef/setup-beam@v1
2626 with :
2727 otp-version : ${{matrix.otp}}
2828 elixir-version : ${{matrix.elixir}}
2929 - name : Cache build artifacts
30- uses : actions/cache@v5
30+ uses : actions/cache@v6.1.0
3131 with :
3232 path : |
3333 ~/.hex
Original file line number Diff line number Diff line change 2121 run :
2222 working-directory : docs
2323 steps :
24- - uses : actions/checkout@v6
24+ - uses : actions/checkout@v7.0.0
2525
26- - uses : ruby/setup-ruby@v1
26+ - uses : ruby/setup-ruby@v1.314.0
2727 with :
2828 ruby-version : " 3.4"
2929 bundler-cache : true
3535 JEKYLL_ENV : production
3636
3737 - name : Upload artifact
38- uses : actions/upload-pages-artifact@v4
38+ uses : actions/upload-pages-artifact@v5
3939 with :
4040 path : docs/_site
4141
Original file line number Diff line number Diff line change 1313 path : branching
1414- title : Audit logs
1515 path : audit-logs
16- sub_path :
16+ sub_paths :
1717 - title : List audit logs
1818 path : list-audit-logs
1919- title : Branches
You can’t perform that action at this time.
0 commit comments