Skip to content

Commit c9bd8b0

Browse files
authored
Merge pull request #568 from mgeisler/dependabot/github_actions/actions/github-script-7
Bump actions/github-script from 3 to 7
2 parents b25489e + 6e36f7d commit c9bd8b0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/prepare-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
8787
- name: Update changelog for version ${{ needs.setup.outputs.new-version }}
8888
id: changelog
89-
uses: actions/github-script@v3
89+
uses: actions/github-script@v7
9090
with:
9191
script: |
9292
var fs = require('fs')
@@ -177,7 +177,7 @@ jobs:
177177
run: git push origin
178178

179179
- name: Create pull request
180-
uses: actions/github-script@v3
180+
uses: actions/github-script@v7
181181
with:
182182
script: |
183183
const pr = await github.pulls.create({

.github/workflows/publish-crate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
3131
- name: Lookup ${{ steps.vars.outputs.version }} tag
3232
id: need-release
33-
uses: actions/github-script@v3
33+
uses: actions/github-script@v7
3434
with:
3535
script: |
3636
const version = '${{ steps.vars.outputs.version }}'

0 commit comments

Comments
 (0)