Skip to content

Commit

Permalink
Bump actions/github-script from 4 to 7
Browse files Browse the repository at this point in the history
Bumps [actions/github-script](https://github.com/actions/github-script) from 4 to 7.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v4...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 Jan 23, 2024
1 parent 601f8b1 commit 6196e53
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish-kong2.6.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v3
- name: Repo metadata
id: repo
uses: actions/github-script@v4
uses: actions/github-script@v7
with:
script: |
const repo = await github.repos.get(context.repo)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish-kong2.7.0 .yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v3
- name: Repo metadata
id: repo
uses: actions/github-script@v4
uses: actions/github-script@v7
with:
script: |
const repo = await github.repos.get(context.repo)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish-kong2.8.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v3
- name: Repo metadata
id: repo
uses: actions/github-script@v4
uses: actions/github-script@v7
with:
script: |
const repo = await github.repos.get(context.repo)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish-kong3.4.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v3
- name: Repo metadata
id: repo
uses: actions/github-script@v4
uses: actions/github-script@v7
with:
script: |
const repo = await github.repos.get(context.repo)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish-kong3.5.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v3
- name: Repo metadata
id: repo
uses: actions/github-script@v4
uses: actions/github-script@v7
with:
script: |
const repo = await github.repos.get(context.repo)
Expand Down

0 comments on commit 6196e53

Please sign in to comment.