Skip to content

Commit 540a445

Browse files
Bump actions/github-script from 4 to 7
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] <support@github.com>
1 parent 5609d9b commit 540a445

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-publish-2023.11.3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v3
1515
- name: Repo metadata
1616
id: repo
17-
uses: actions/github-script@v4
17+
uses: actions/github-script@v7
1818
with:
1919
script: |
2020
const repo = await github.repos.get(context.repo)

.github/workflows/docker-publish-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v3
1515
- name: Repo metadata
1616
id: repo
17-
uses: actions/github-script@v4
17+
uses: actions/github-script@v7
1818
with:
1919
script: |
2020
const repo = await github.repos.get(context.repo)

0 commit comments

Comments
 (0)