Skip to content

Commit

Permalink
ci: use node20 actions because node16 actions are deprecated (ent#588)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur1 authored Jun 21, 2024
1 parent 2d81d47 commit bbd64e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:
using: "composite"
steps:
- name: Verify Generated
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
if ( "${{ inputs.working-directory }}" != "") {
Expand Down

0 comments on commit bbd64e9

Please sign in to comment.