Skip to content

Commit

Permalink
Merge pull request #2107 from EDCD/dependabot/github_actions/develop/…
Browse files Browse the repository at this point in the history
…actions/github-script-7

build(deps): bump actions/github-script from 6 to 7
  • Loading branch information
Rixxan authored Dec 6, 2023
2 parents 14319d0 + 7902610 commit 7d1eaa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/submodule-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Create or Update pull request against target branch
if: steps.check_for_changes.outputs.changes == 'true'
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
script: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: Setting global variables
uses: actions/github-script@v6
uses: actions/github-script@v7
id: var
with:
script: |
Expand Down

0 comments on commit 7d1eaa2

Please sign in to comment.