Skip to content

Commit

Permalink
Merge pull request #1341 from Bynder/devops/GC-4172
Browse files Browse the repository at this point in the history
[GC-4172] Move all GitHub Actions across to fixed versions
  • Loading branch information
CWDN authored Feb 6, 2024
2 parents cf3cd5e + 2a64171 commit 97d5b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
- name: Get new version
id: new-version
uses: martinbeentjes/npm-get-version-action@main
uses: martinbeentjes/npm-get-version-action@v1.3.1
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: version ${{ steps.new-version.outputs.current-version}}
Expand Down

0 comments on commit 97d5b97

Please sign in to comment.