Skip to content

Commit

Permalink
CI: Update GitHub Actions to remove warnings
Browse files Browse the repository at this point in the history
The Action softprops/action-gh-release is currently emitting warnings
about using node12 and set-output. We're currently using v0.1.14.
Updating to v0.1.15 should resolve these warnings.
  • Loading branch information
RytoEX committed Aug 9, 2023
1 parent 536c7b0 commit cc4cbb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ jobs:
- name: Create Release
id: create_release
uses: softprops/action-gh-release@1e07f4398721186383de40550babbdf2b84acfc5
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844
with:
draft: false
prerelease: false
Expand Down

0 comments on commit cc4cbb9

Please sign in to comment.