Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/aw/actions-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
"version": "v7.0.1",
"sha": "043fb46d1a93c77aae656e7c1c64a875d1fc6a0a"
},
"github/gh-aw-actions/setup@v0.71.1": {
"github/gh-aw-actions/setup@v0.71.5": {
"repo": "github/gh-aw-actions/setup",
"version": "v0.71.1",
"sha": "239aec45b78c8799417efdd5bc6d8cc036629ec1"
"version": "v0.71.5",
"sha": "b8068426813005612b960b5ab0b8bd2c27142323"
},
"microsoft/apm-action@v1.4.1": {
"repo": "microsoft/apm-action",
Expand Down
242 changes: 173 additions & 69 deletions .github/workflows/gh-aw-docs-applies-to-sweep.lock.yml

Large diffs are not rendered by default.

242 changes: 173 additions & 69 deletions .github/workflows/gh-aw-docs-coherence-sweep.lock.yml

Large diffs are not rendered by default.

242 changes: 173 additions & 69 deletions .github/workflows/gh-aw-docs-frontmatter-sweep.lock.yml

Large diffs are not rendered by default.

242 changes: 172 additions & 70 deletions .github/workflows/gh-aw-docs-issue-scope.lock.yml

Large diffs are not rendered by default.

242 changes: 173 additions & 69 deletions .github/workflows/gh-aw-docs-openings-sweep.lock.yml

Large diffs are not rendered by default.

250 changes: 174 additions & 76 deletions .github/workflows/gh-aw-docs-review.lock.yml

Large diffs are not rendered by default.

242 changes: 173 additions & 69 deletions .github/workflows/gh-aw-docs-staleness-sweep.lock.yml

Large diffs are not rendered by default.

242 changes: 173 additions & 69 deletions .github/workflows/gh-aw-docs-style-sweep.lock.yml

Large diffs are not rendered by default.

242 changes: 173 additions & 69 deletions .github/workflows/gh-aw-docs-typos-sweep.lock.yml

Large diffs are not rendered by default.

246 changes: 173 additions & 73 deletions .github/workflows/gh-aw-issue-triage.lock.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
python-version: "3.x"
- name: Install gh-aw
run: gh extension install github/gh-aw --pin v0.71.1 --force
run: gh extension install github/gh-aw --pin v0.71.5 --force
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: pre-commit/action@v3.0.1
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: help setup compile lint

GH_AW_VERSION ?= v0.71.1
GH_AW_VERSION ?= v0.71.5

help:
@echo "docs-actions — Elastic documentation GitHub Actions and agentic workflows"
Expand Down
2 changes: 1 addition & 1 deletion scripts/run-gh-aw-compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -euo pipefail

EXPECTED_GH_AW_VERSION="v0.71.1"
EXPECTED_GH_AW_VERSION="v0.71.5"

installed_version="$(
gh extension list \
Expand Down
Loading