Skip to content

Commit 158c472

Browse files
authored
Merge pull request #928 from synclounge/dependabot/github_actions/actions/github-script-7.0.0
ci(action): bump actions/github-script from 6.4.1 to 7.0.0
2 parents 542c683 + b97b9f8 commit 158c472

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)