Skip to content

Commit

Permalink
chore: bump Github Action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
a-h committed Feb 18, 2024
1 parent 39ae09b commit 817aabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
- name: Check if version has changed
id: check-version
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
const version = '${{ github.event.inputs.version }}' || require('./package.json').version;
Expand Down

0 comments on commit 817aabe

Please sign in to comment.