Skip to content

Commit

Permalink
Merge pull request #568 from mgeisler/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/github-script-7

Bump actions/github-script from 3 to 7
  • Loading branch information
mgeisler authored Jan 12, 2025
2 parents b25489e + 6e36f7d commit c9bd8b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Update changelog for version ${{ needs.setup.outputs.new-version }}
id: changelog
uses: actions/github-script@v3
uses: actions/github-script@v7
with:
script: |
var fs = require('fs')
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
run: git push origin

- name: Create pull request
uses: actions/github-script@v3
uses: actions/github-script@v7
with:
script: |
const pr = await github.pulls.create({
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-crate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Lookup ${{ steps.vars.outputs.version }} tag
id: need-release
uses: actions/github-script@v3
uses: actions/github-script@v7
with:
script: |
const version = '${{ steps.vars.outputs.version }}'
Expand Down

0 comments on commit c9bd8b0

Please sign in to comment.