Skip to content

Commit

Permalink
GitHub actions update
Browse files Browse the repository at this point in the history
  • Loading branch information
morisil committed Dec 15, 2024
1 parent 759dcba commit 3529674
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/update-readme-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ fi
# Move the temporary file back to the original
mv README.md.tmp README.md

echo "Successfully updated version to $VERSION in README.md"
echo "Successfully updated version to $VERSION in README.md"
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Update README
run: sh .github/scripts/update-readme-version.sh

- name: Create Pull Request
- name: Commit README
uses: stefanzweifel/[email protected]
with:
commit_message: Dependency version in README.md updated to ${{ env.VERSION }}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ kotlin = "2.1.0"
kotlinxSerialization = "1.7.3"
kotlinxDatetime = "0.6.1"

xemanticKotlinTest = "0.1.1"
xemanticKotlinTest = "1.0"

kotest = "6.0.0.M1"

Expand Down

0 comments on commit 3529674

Please sign in to comment.