Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 26, 2022
1 parent 278892d commit 6760aa9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,20 @@ jobs:
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@94ab11c41e45d028884a99163086648e898eed25 # renovate: tag=v1.6.0
- name: Login to GitHub Container Registry
uses: docker/login-action@42d299face0c5c43a0487c477f595ac9cf22f1a7 # renovate: tag=v1.12.0
uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 # tag=v1.14.1
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push YouTube Notifications Docker image
uses: docker/build-push-action@a66e35b9cbcf4ad0ea91ffcaf7bbad63ad9e0229 # renovate: tag=v2.7.0
uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a # tag=v2.10.0
with:
push: true
context: .
file: Notifications.Dockerfile
tags: ghcr.io/skyra-project/arkadia.notifications:latest
- name: Build and push CDN Docker image
uses: docker/build-push-action@a66e35b9cbcf4ad0ea91ffcaf7bbad63ad9e0229 # renovate: tag=v2.7.0
uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a # tag=v2.10.0
with:
push: true
context: .
Expand Down
6 changes: 3 additions & 3 deletions sources/Cdn/Cdn.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Grpc.AspNetCore" Version="2.41.0"/>
<PackageReference Include="Sentry.Extensions.Logging" Version="3.12.3"/>
<PackageReference Include="System.IO.Abstractions" Version="16.0.8"/>
<PackageReference Include="Grpc.AspNetCore" Version="2.44.0"/>
<PackageReference Include="Sentry.Extensions.Logging" Version="3.15.0"/>
<PackageReference Include="System.IO.Abstractions" Version="16.1.25"/>
</ItemGroup>

<ItemGroup>
Expand Down
10 changes: 5 additions & 5 deletions sources/Database/Database.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

<ItemGroup>
<PackageReference Include="EFCore.NamingConventions" Version="6.0.0"/>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.1"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.1">
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.3"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.1"/>
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="6.0.2"/>
<PackageReference Include="Remora.Results" Version="7.1.0"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.3"/>
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="6.0.3"/>
<PackageReference Include="Remora.Results" Version="7.1.1"/>
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions sources/Notifications/Notifications.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

<ItemGroup>
<PackageReference Include="AngleSharp" Version="1.0.0-alpha-844"/>
<PackageReference Include="Grpc.AspNetCore" Version="2.41.0"/>
<PackageReference Include="Sentry.Extensions.Logging" Version="3.12.3"/>
<PackageReference Include="Grpc.AspNetCore" Version="2.44.0"/>
<PackageReference Include="Sentry.Extensions.Logging" Version="3.15.0"/>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 6760aa9

Please sign in to comment.