Skip to content

Commit 955b5ba

Browse files
feat: bump actions/github-script from 6 to 7 (#157)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ba00826 commit 955b5ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-variables.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102

103103
- name: Create issue for mismatches
104104
if: steps.compare.outputs.has_mismatches == 'true' && github.event_name != 'pull_request'
105-
uses: actions/github-script@v6
105+
uses: actions/github-script@v7
106106
with:
107107
github-token: ${{ secrets.GITHUB_TOKEN }}
108108
script: |

0 commit comments

Comments
 (0)