Skip to content

Commit

Permalink
⬆️ github-actions(deps): Bump actions/github-script from 6 to 7
Browse files Browse the repository at this point in the history
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v6...v7)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 14, 2023
1 parent 82250cb commit 42eb97a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Get repo owner
uses: actions/github-script@v6
uses: actions/github-script@v7
id: repo_owner
with:
result-encoding: string
script: return context.repo.owner.toLowerCase()

- name: Get repo name
uses: actions/github-script@v6
uses: actions/github-script@v7
id: repo_name
with:
result-encoding: string
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dogfood.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Dump
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
core.debug('!!! START github START !!!')
Expand Down

0 comments on commit 42eb97a

Please sign in to comment.