Skip to content

Commit

Permalink
fix(repo): update version of actions/github-script in nightly script
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav committed Nov 4, 2024
1 parent 48db8dd commit 7d23173
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ jobs:
- name: Make slack outputs
id: process-json
uses: actions/github-script@v6
uses: actions/github-script@v7
env:
GITHUB_TOKEN: ${{ github.token }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ jobs:
- name: Make slack outputs
id: process-json
uses: actions/github-script@v6
uses: actions/github-script@v7
env:
GITHUB_TOKEN: ${{ github.token }}
with:
Expand Down

0 comments on commit 7d23173

Please sign in to comment.