Skip to content

Commit f98459a

Browse files
committed
Ugrade to gh-aw v0.67.3
1 parent e44e5c5 commit f98459a

File tree

2 files changed

+15
-10
lines changed

2 files changed

+15
-10
lines changed

.github/aw/actions-lock.json

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,30 @@
55
"version": "v8",
66
"sha": "ed597411d8f924073f98dfc5c65a23a2325f34cd"
77
},
8-
"github/gh-aw-actions/setup-cli@v0.67.1": {
9-
"repo": "github/gh-aw-actions/setup-cli",
10-
"version": "v0.67.1",
11-
"sha": "80471a493be8c528dd27daf73cd644242a7965e0"
8+
"actions/github-script@v9.0.0": {
9+
"repo": "actions/github-script",
10+
"version": "v9.0.0",
11+
"sha": "d746ffe35508b1917358783b479e04febd2b8f71"
1212
},
1313
"github/gh-aw-actions/setup-cli@v0.67.3": {
1414
"repo": "github/gh-aw-actions/setup-cli",
1515
"version": "v0.67.3",
1616
"sha": "eef369c24101e76a5bf51579c26798b28f666813"
1717
},
18-
"github/gh-aw-actions/setup@v0.67.1": {
19-
"repo": "github/gh-aw-actions/setup",
20-
"version": "v0.67.1",
21-
"sha": "80471a493be8c528dd27daf73cd644242a7965e0"
18+
"github/gh-aw-actions/setup-cli@v0.68.0": {
19+
"repo": "github/gh-aw-actions/setup-cli",
20+
"version": "v0.68.0",
21+
"sha": "0acfb4a691fe207cd8bc982ea5cb9d750d57a702"
2222
},
2323
"github/gh-aw-actions/setup@v0.67.3": {
2424
"repo": "github/gh-aw-actions/setup",
2525
"version": "v0.67.3",
2626
"sha": "eef369c24101e76a5bf51579c26798b28f666813"
27+
},
28+
"github/gh-aw-actions/setup@v0.68.0": {
29+
"repo": "github/gh-aw-actions/setup",
30+
"version": "v0.68.0",
31+
"sha": "0acfb4a691fe207cd8bc982ea5cb9d750d57a702"
2732
}
2833
}
2934
}

.github/workflows/copilot-setup-steps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
- name: Checkout repository
2222
uses: actions/checkout@v6
2323
- name: Install gh-aw extension
24-
uses: github/gh-aw-actions/setup-cli@80471a493be8c528dd27daf73cd644242a7965e0 # v0.67.1
24+
uses: github/gh-aw-actions/setup-cli@eef369c24101e76a5bf51579c26798b28f666813 # v0.67.3
2525
with:
26-
version: v0.67.1
26+
version: v0.67.3

0 commit comments

Comments
 (0)