Skip to content

Commit cf5501c

Browse files
authored
Merge pull request #2933 from replicatedhq/dependabot/github_actions/actions/github-script-7
Bump actions/github-script from 6 to 7
2 parents fd1b6fe + 6299cef commit cf5501c

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@v6
11+
- uses: actions/github-script@v7
1212
with:
1313
github-token: ${{ secrets.DOCS_GH_PAT }}
1414
script: |

0 commit comments

Comments
 (0)