This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git
commit ac9d7b5ab54d68f57f4efaf31006b0a93b7d0e30 Author: Tomaz Muraus <to...@tomaz.me> AuthorDate: Mon Jul 31 12:25:20 2023 +0200 Update GHA actions. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bc677348e..9fa8b0f1c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -95,7 +95,7 @@ jobs: - name: Setup Dotnet 6 if: ${{ matrix.python_version == 'pyjion' }} - uses: actions/setup-dotnet@v3.0.3 + uses: actions/setup-dotnet@v3.2.0 with: dotnet-version: "6.0.100"