Skip to content

Commit

Permalink
Merge pull request #156 from sebagomez/patch/bump-requirements
Browse files Browse the repository at this point in the history
Bump reqs and actions
  • Loading branch information
sebagomez authored Jul 2, 2024
2 parents ed3d7c7 + 965d02a commit 41d4289
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:


- name: Build and push Docker images
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
tags: ${{ env.docker_user }}/${{ env.repository }}:latest,${{ env.docker_user }}/${{ env.repository }}:${{ env.build_number }}
build-args: BUILD=${{ env.build_number }}
Expand Down
6 changes: 3 additions & 3 deletions src/StorageLibrary/StorageLibrary.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@

<ItemGroup>
<PackageReference Include="Microsoft.Data.Services.Client" Version="5.8.5" />
<PackageReference Include="Azure.Storage.Files.Shares" Version="12.17.1" />
<PackageReference Include="Azure.Storage.Blobs" Version="12.19.1" />
<PackageReference Include="Azure.Storage.Queues" Version="12.17.1" />
<PackageReference Include="Azure.Storage.Files.Shares" Version="12.18.0" />
<PackageReference Include="Azure.Storage.Blobs" Version="12.20.0" />
<PackageReference Include="Azure.Storage.Queues" Version="12.18.0" />
<PackageReference Include="Azure.Data.Tables" Version="12.8.3" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/web/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<AzureStorageWebExplorerVersion>2.16.2</AzureStorageWebExplorerVersion>
<AzureStorageWebExplorerVersion>2.16.3</AzureStorageWebExplorerVersion>
</PropertyGroup>
</Project>

0 comments on commit 41d4289

Please sign in to comment.