Skip to content

Commit

Permalink
gha(deps): bump actions/github-script from 5 to 7
Browse files Browse the repository at this point in the history
Bumps [actions/github-script](https://github.com/actions/github-script) from 5 to 7.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v5...v7)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 19, 2023
1 parent d2e944d commit 36f7b9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.create-react-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:

steps:
- name: Echo. Cwd - Working Directory
uses: actions/github-script@v5
uses: actions/github-script@v7
with:
result-encoding: string
script: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/print-events-repo-name.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cwd - Working Directory
uses: actions/github-script@v5
uses: actions/github-script@v7
with:
result-encoding: string
script: |
Expand Down

0 comments on commit 36f7b9c

Please sign in to comment.