Skip to content

Commit 43f0505

Browse files
committed
Update t0 gh-aw v0.65.6
1 parent a272cf7 commit 43f0505

File tree

5 files changed

+144
-175
lines changed

5 files changed

+144
-175
lines changed

.github/aw/actions-lock.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,21 @@
3535
"version": "v0.65.0",
3636
"sha": "8d14e5b79f1c57d9e76796a60e8dbd44874be574"
3737
},
38+
"github/gh-aw-actions/setup-cli@v0.65.6": {
39+
"repo": "github/gh-aw-actions/setup-cli",
40+
"version": "v0.65.6",
41+
"sha": "31130b20a8fd3ef263acbe2091267c0aace07e09"
42+
},
3843
"github/gh-aw-actions/setup@v0.65.0": {
3944
"repo": "github/gh-aw-actions/setup",
4045
"version": "v0.65.0",
4146
"sha": "8d14e5b79f1c57d9e76796a60e8dbd44874be574"
4247
},
48+
"github/gh-aw-actions/setup@v0.65.6": {
49+
"repo": "github/gh-aw-actions/setup",
50+
"version": "v0.65.6",
51+
"sha": "31130b20a8fd3ef263acbe2091267c0aace07e09"
52+
},
4353
"github/gh-aw/actions/setup@v0.65.0": {
4454
"repo": "github/gh-aw/actions/setup",
4555
"version": "v0.65.0",

.github/workflows/agentics-maintenance.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \
1313
# \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/
1414
#
15-
# This file was automatically generated by pkg/workflow/maintenance_workflow.go (v0.65.0). DO NOT EDIT.
15+
# This file was automatically generated by pkg/workflow/maintenance_workflow.go (v0.65.6). DO NOT EDIT.
1616
#
1717
# To regenerate this workflow, run:
1818
# gh aw compile
@@ -67,7 +67,7 @@ jobs:
6767
pull-requests: write
6868
steps:
6969
- name: Setup Scripts
70-
uses: github/gh-aw-actions/setup@8d14e5b79f1c57d9e76796a60e8dbd44874be574 # v0.65.0
70+
uses: github/gh-aw-actions/setup@31130b20a8fd3ef263acbe2091267c0aace07e09 # v0.65.6
7171
with:
7272
destination: ${{ runner.temp }}/gh-aw/actions
7373

@@ -112,7 +112,7 @@ jobs:
112112
persist-credentials: false
113113

114114
- name: Setup Scripts
115-
uses: github/gh-aw-actions/setup@8d14e5b79f1c57d9e76796a60e8dbd44874be574 # v0.65.0
115+
uses: github/gh-aw-actions/setup@31130b20a8fd3ef263acbe2091267c0aace07e09 # v0.65.6
116116
with:
117117
destination: ${{ runner.temp }}/gh-aw/actions
118118

@@ -127,9 +127,9 @@ jobs:
127127
await main();
128128
129129
- name: Install gh-aw
130-
uses: github/gh-aw-actions/setup-cli@8d14e5b79f1c57d9e76796a60e8dbd44874be574 # v0.65.0
130+
uses: github/gh-aw-actions/setup-cli@31130b20a8fd3ef263acbe2091267c0aace07e09 # v0.65.6
131131
with:
132-
version: v0.65.0
132+
version: v0.65.6
133133

134134
- name: Run operation
135135
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
@@ -163,7 +163,7 @@ jobs:
163163
persist-credentials: false
164164

165165
- name: Setup Scripts
166-
uses: github/gh-aw-actions/setup@8d14e5b79f1c57d9e76796a60e8dbd44874be574 # v0.65.0
166+
uses: github/gh-aw-actions/setup@31130b20a8fd3ef263acbe2091267c0aace07e09 # v0.65.6
167167
with:
168168
destination: ${{ runner.temp }}/gh-aw/actions
169169

0 commit comments

Comments
 (0)