Skip to content

Commit

Permalink
bump github-script to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
jose-d committed Nov 1, 2024
1 parent 84d4feb commit 681423e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# Here we create tag from timestamp, and then the release is created with the tag.
- name: Create tag
id: create_tag
uses: actions/github-script@v5
uses: actions/github-script@v7
with:
script: |
const date = new Date();
Expand Down

0 comments on commit 681423e

Please sign in to comment.