Skip to content

Commit 7b6e6da

Browse files
chore(deps): bump skills/action-text-variables from 2 to 3 (#73)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 110ef2c commit 7b6e6da

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/finish-exercise.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
7070
- name: Build congratulations message from template
7171
id: build-new-readme
72-
uses: skills/action-text-variables@v2
72+
uses: skills/action-text-variables@v3
7373
with:
7474
template-file: exercise-toolkit/markdown-templates/readme/exercise-finished.md
7575
template-vars: |
@@ -103,7 +103,7 @@ jobs:
103103

104104
- name: Build message - exercise finished
105105
id: build-finish-message
106-
uses: skills/action-text-variables@v2
106+
uses: skills/action-text-variables@v3
107107
with:
108108
template-file: exercise-toolkit/markdown-templates/step-feedback/exercise-finished.md
109109
template-vars: |

.github/workflows/start-exercise.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171

7272
- name: Build welcome message from template
7373
id: build-issue-description
74-
uses: skills/action-text-variables@v2
74+
uses: skills/action-text-variables@v3
7575
with:
7676
template-file: exercise-toolkit/markdown-templates/step-feedback/welcome.md
7777
template-vars: |
@@ -114,7 +114,7 @@ jobs:
114114

115115
- name: Build welcome message from template
116116
id: build-new-readme
117-
uses: skills/action-text-variables@v2
117+
uses: skills/action-text-variables@v3
118118
with:
119119
template-file: exercise-toolkit/markdown-templates/readme/exercise-started.md
120120
template-vars: |

0 commit comments

Comments
 (0)