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 Jan 18, 2022
1 parent 278892d commit db3001d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ jobs:
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@1814d3dfb36d6f84174e61f4a4b05bd84089a4b9 # renovate: tag=v2.8.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@1814d3dfb36d6f84174e61f4a4b05bd84089a4b9 # renovate: tag=v2.8.0
with:
push: true
context: .
Expand Down
4 changes: 2 additions & 2 deletions sources/Cdn/Cdn.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

<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="Sentry.Extensions.Logging" Version="3.13.0"/>
<PackageReference Include="System.IO.Abstractions" Version="16.1.4"/>
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion sources/Notifications/Notifications.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<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="Sentry.Extensions.Logging" Version="3.13.0"/>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit db3001d

Please sign in to comment.