diff --git a/.github/workflows/_reusable-backoffice-test.yml b/.github/workflows/_reusable-backoffice-test.yml index 9ea21d84..4338c049 100644 --- a/.github/workflows/_reusable-backoffice-test.yml +++ b/.github/workflows/_reusable-backoffice-test.yml @@ -34,7 +34,7 @@ jobs: steps: - uses: actions/checkout@master - name: Setup dotnet - uses: actions/setup-dotnet@v5.2.0 + uses: actions/setup-dotnet@v5.3.0 with: dotnet-version: ${{ inputs.dotnet-version }}