Skip to content

Commit 89aea32

Browse files
authored
Merge pull request #3515 from replicatedhq/dependabot/github_actions/actions/github-script-8
Bump actions/github-script from 7 to 8
2 parents b8cf61c + bb34b7c commit 89aea32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
label:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/github-script@v7
11+
- uses: actions/github-script@v8
1212
with:
1313
github-token: ${{ secrets.DOCS_GH_PAT }}
1414
script: |

0 commit comments

Comments
 (0)