Skip to content

Commit

Permalink
ci: pin the version of the Kotlin-MP template used for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK authored Jul 7, 2022
1 parent 63868b0 commit 59a1827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
# Idea: the regex matcher of Renovate keeps this string up to date automatically
# The version is extracted and used to access the correct version of the scripts
USES=$(cat <<TRICK_RENOVATE
- uses: danySK/template-for-kotlin-multiplatform-projects@19a988474bdd60f9e0cbda64511a599c8301606e
- uses: DanySK/template-for-kotlin-multiplatform-projects@0.1.3
TRICK_RENOVATE
)
echo "Scripts update line: \"$USES\""
Expand Down

0 comments on commit 59a1827

Please sign in to comment.