Skip to content

Commit 725e7a2

Browse files
committed
+audit logs
2 parents 4016c33 + 8d5a84f commit 725e7a2

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/pages-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
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
@@ -35,7 +35,7 @@ jobs:
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

docs/_data/api_items.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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

0 commit comments

Comments
 (0)