Skip to content

Commit

Permalink
Bump to github-script@v7
Browse files Browse the repository at this point in the history
This gets rid of the obsolete node.js 16.
  • Loading branch information
martinpitt committed Feb 23, 2024
1 parent 88d994d commit 7d2e265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:

- name: Publish release
id: publish
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
const fs = require('fs');
Expand Down

0 comments on commit 7d2e265

Please sign in to comment.