Skip to content

Commit

Permalink
Merge branch 'main' into gitauto/issue-#23-9e24c273-e54e-4967-ac2c-d8…
Browse files Browse the repository at this point in the history
…8814c9e4e6
  • Loading branch information
gstraccini[bot] authored Oct 28, 2024
2 parents afeaec2 + 2901efd commit 7de33bf
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/infisical-secrets-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
fetch-depth: 0

- name: Infisical secrets check
uses: guibranco/[email protected].12
uses: guibranco/[email protected].13
2 changes: 1 addition & 1 deletion .github/workflows/size-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
) || (
github.event_name == 'workflow_dispatch'
)
uses: "pascalgn/[email protected].4"
uses: "pascalgn/[email protected].5"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
2 changes: 1 addition & 1 deletion Src/VTEX.API/VTEX.API.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CrispyWaffle" Version="8.2.185" />
<PackageReference Include="CrispyWaffle" Version="8.2.234" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Src/VTEX.Core/VTEX.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CrispyWaffle" Version="8.2.185" />
<PackageReference Include="CrispyWaffle" Version="8.2.234" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Src/VTEX.Health/VTEX.Health.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CrispyWaffle" Version="8.2.185" />
<PackageReference Include="CrispyWaffle" Version="8.2.234" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" />
Expand Down
2 changes: 1 addition & 1 deletion Src/VTEX/VTEX.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="6.0.0" />
<PackageReference Include="CrispyWaffle" Version="8.2.185" />
<PackageReference Include="CrispyWaffle" Version="8.2.234" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" />
Expand Down

0 comments on commit 7de33bf

Please sign in to comment.