We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08433f6 commit c7e725aCopy full SHA for c7e725a
.github/workflows/issue.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- name: Create ticket
15
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
16
with:
17
script: |
18
const action = context.payload.action;
global.json
@@ -1,6 +1,6 @@
1
{
2
"sdk": {
3
- "version": "9.0.304",
+ "version": "9.0.305",
4
"rollForward": "latestMinor"
5
}
6
0 commit comments