Skip to content

Commit

Permalink
updated to devops-actions/variable-substitution
Browse files Browse the repository at this point in the history
  • Loading branch information
DC23 committed Dec 20, 2024
1 parent d52cfda commit 09447bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-creation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ jobs:

- name: Populate Versioned keys in Manifest
id: sub_manifest_link_version
uses: microsoft/variable-substitution@v1
# Updated from microsoft/variable-substitution@v1 since that Action is deprecated.
# See #313 and https://github.com/DC23/jd-easytimekeeping/wiki/Dev-Ops#variable-substitution
uses: devops-actions/[email protected]
with:
files: 'module.json'
env:
Expand Down

0 comments on commit 09447bb

Please sign in to comment.