Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 12, 2023
1 parent 6a913b3 commit 1ae8d45
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
buildConfig: [ "Release", "Debug" ]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: 'recursive'
fetch-depth: 0
Expand All @@ -56,7 +56,7 @@ jobs:
buildConfig: [ "Release", "Debug" ]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: 'recursive'
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: 'recursive'
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conv-pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: conventional-pr
uses: Namchee/conventional-pr@v0.13.0
uses: Namchee/conventional-pr@v0.14.0
with:
access_token: ${{ secrets.GITHUB_TOKEN }}
ignored_users: snyk-bot
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:
################
# SETUP
################
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Required by GitVersion
submodules: "recursive"

- name: Setup Node
uses: actions/setup-node@v3.7.0
uses: actions/setup-node@v3.8.1
- run: npm install # Required by Semantic Release

- uses: actions/setup-dotnet@v3
Expand Down
4 changes: 2 additions & 2 deletions src/SPV3.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="MahApps.Metro">
<Version>2.4.9</Version>
<Version>2.4.10</Version>
</PackageReference>
<PackageReference Include="Microsoft.Windows.Compatibility" Version="7.0.0" />
<PackageReference Include="Microsoft.Windows.Compatibility" Version="7.0.5" />
</ItemGroup>
<ItemGroup> <!-- IL Link -->
<Content Update="HXE.dll">
Expand Down

0 comments on commit 1ae8d45

Please sign in to comment.