Skip to content

Commit b97b9f8

Browse files
ci(action): bump actions/github-script from 6.4.1 to 7.0.0
Bumps [actions/github-script](https://github.com/actions/github-script) from 6.4.1 to 7.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v6.4.1...v7.0.0) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5719457 commit b97b9f8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- name: Repo metadata
1919
id: repo
20-
uses: actions/github-script@v6.4.1
20+
uses: actions/github-script@v7.0.0
2121
with:
2222
script: |
2323
const repo = await github.rest.repos.get(context.repo)

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676

7777
steps:
7878
- name: Recreate tag
79-
uses: actions/github-script@v6.4.1
79+
uses: actions/github-script@v7.0.0
8080
with:
8181
script: |
8282
const tag = 'tags/${{ matrix.tag }}';
@@ -97,7 +97,7 @@ jobs:
9797

9898
- name: Repo metadata
9999
id: repo
100-
uses: actions/github-script@v6.4.1
100+
uses: actions/github-script@v7.0.0
101101
with:
102102
script: |
103103
const repo = await github.rest.repos.get(context.repo)

0 commit comments

Comments
 (0)