Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikMennen committed Jul 31, 2024
1 parent c1b6c26 commit ff276a8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/publish-studio-linux-flathub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ jobs:
git add com.one_ware.OneWare.yml
git add oneware-nuget-sources.json
git commit -m "Update OneWare Version"
# - name: Push changes and create pull request
# uses: peter-evans/create-pull-request@v6
# with:
# token: ${{ secrets.HENDRIK_PERSONAL_TOKEN }}
# branch: release-${{ steps.get-oneware-version.outputs.info }}
# title: "Update Version to ${{ steps.get-oneware-version.outputs.info }}"
# body: "This is an automated pull request to update the version to ${{ steps.get-oneware-version.outputs.info }}"
# labels: |
# update
# automated pr
- name: Push changes and create pull request
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.HENDRIK_PERSONAL_TOKEN }}
branch: release-${{ steps.get-oneware-version.outputs.info }}
title: "Update Version to ${{ steps.get-oneware-version.outputs.info }}"
body: "This is an automated pull request to update the version to ${{ steps.get-oneware-version.outputs.info }}"
labels: |
update
automated pr
2 changes: 1 addition & 1 deletion build/props/Jint.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<PackageReference Include="Jint" Version="3.1.1"/>
<PackageReference Include="Jint" Version="4.0.0"/>
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion build/props/RestSharp.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<PackageReference Include="RestSharp" Version="110.2.0"/>
<PackageReference Include="RestSharp" Version="111.4.1"/>
</ItemGroup>
</Project>

0 comments on commit ff276a8

Please sign in to comment.