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

Commit ded14b6

Browse files
committed
chore(deps): update all non-major dependencies
1 parent 278892d commit ded14b6

4 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/continuous-delivery.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,22 @@ jobs:
2121
with:
2222
submodules: true
2323
- name: Setup Docker Buildx
24-
uses: docker/setup-buildx-action@94ab11c41e45d028884a99163086648e898eed25 # renovate: tag=v1.6.0
24+
uses: docker/setup-buildx-action@f211e3e9ded2d9377c8cadc4489a4e38014bc4c9 # tag=v1.7.0
2525
- name: Login to GitHub Container Registry
26-
uses: docker/login-action@42d299face0c5c43a0487c477f595ac9cf22f1a7 # renovate: tag=v1.12.0
26+
uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 # tag=v1.14.1
2727
with:
2828
registry: ghcr.io
2929
username: ${{ github.repository_owner }}
3030
password: ${{ secrets.GITHUB_TOKEN }}
3131
- name: Build and push YouTube Notifications Docker image
32-
uses: docker/build-push-action@a66e35b9cbcf4ad0ea91ffcaf7bbad63ad9e0229 # renovate: tag=v2.7.0
32+
uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a # tag=v2.10.0
3333
with:
3434
push: true
3535
context: .
3636
file: Notifications.Dockerfile
3737
tags: ghcr.io/skyra-project/arkadia.notifications:latest
3838
- name: Build and push CDN Docker image
39-
uses: docker/build-push-action@a66e35b9cbcf4ad0ea91ffcaf7bbad63ad9e0229 # renovate: tag=v2.7.0
39+
uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a # tag=v2.10.0
4040
with:
4141
push: true
4242
context: .

sources/Cdn/Cdn.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
</ItemGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="Grpc.AspNetCore" Version="2.41.0"/>
14-
<PackageReference Include="Sentry.Extensions.Logging" Version="3.12.3"/>
15-
<PackageReference Include="System.IO.Abstractions" Version="16.0.8"/>
13+
<PackageReference Include="Grpc.AspNetCore" Version="2.46.0"/>
14+
<PackageReference Include="Sentry.Extensions.Logging" Version="3.17.1"/>
15+
<PackageReference Include="System.IO.Abstractions" Version="16.1.26"/>
1616
</ItemGroup>
1717

1818
<ItemGroup>

sources/Database/Database.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88

99
<ItemGroup>
1010
<PackageReference Include="EFCore.NamingConventions" Version="6.0.0"/>
11-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.1"/>
12-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.1">
11+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.5"/>
12+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.5">
1313
<PrivateAssets>all</PrivateAssets>
1414
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1515
</PackageReference>
16-
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.1"/>
17-
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="6.0.2"/>
18-
<PackageReference Include="Remora.Results" Version="7.1.0"/>
16+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.5"/>
17+
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="6.0.4"/>
18+
<PackageReference Include="Remora.Results" Version="7.1.3"/>
1919
</ItemGroup>
2020

2121
<ItemGroup>

sources/Notifications/Notifications.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
<ItemGroup>
99
<PackageReference Include="AngleSharp" Version="1.0.0-alpha-844"/>
10-
<PackageReference Include="Grpc.AspNetCore" Version="2.41.0"/>
11-
<PackageReference Include="Sentry.Extensions.Logging" Version="3.12.3"/>
10+
<PackageReference Include="Grpc.AspNetCore" Version="2.46.0"/>
11+
<PackageReference Include="Sentry.Extensions.Logging" Version="3.17.1"/>
1212
</ItemGroup>
1313

1414
<ItemGroup>

0 commit comments

Comments
 (0)