Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
5 changes: 5 additions & 0 deletions .github/aw/actions-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@
"repo": "github/gh-aw/actions/setup",
"version": "v0.47.2",
"sha": "faf2523ba6ae8aa862dc5c98e06d72e54a342d1f"
},
"github/gh-aw/actions/setup@v0.48.1": {
"repo": "github/gh-aw/actions/setup",
"version": "v0.48.1",
"sha": "26b6572ae210580303087bc3142fe58d140bf65c"
}
}
}
4 changes: 2 additions & 2 deletions .github/workflows/agentics-maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \
# \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/
#
# This file was automatically generated by pkg/workflow/maintenance_workflow.go (v0.47.2). DO NOT EDIT.
# This file was automatically generated by pkg/workflow/maintenance_workflow.go (v0.48.1). DO NOT EDIT.
#
# To regenerate this workflow, run:
# gh aw compile
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
pull-requests: write
steps:
- name: Setup Scripts
uses: github/gh-aw/actions/setup@v0.47.2
uses: github/gh-aw/actions/setup@v0.48.1
with:
destination: /opt/gh-aw/actions

Expand Down
Loading