From d9f4618d0da2ee160a6a51b7cea075505103c114 Mon Sep 17 00:00:00 2001 From: Atila Neves Date: Tue, 21 May 2024 17:01:41 -0500 Subject: [PATCH 1/5] Update compiler versions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a63e1146..918402e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,9 +14,9 @@ jobs: - windows-2022 #- macos-10.15 dc: - - dmd-2.105.2 + - dmd-2.108.1 - dmd-2.102.1 - - ldc-1.35.0 + - ldc-1.38.0 - ldc-1.31.0 arch: - x86_64 From 5959394132144a8d558fb18b58a6c6f4982db846 Mon Sep 17 00:00:00 2001 From: Atila Neves Date: Tue, 21 May 2024 17:04:30 -0500 Subject: [PATCH 2/5] Update checkout to v4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 918402e2..0d296905 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - 12.0.0 runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: From e24d3fb645920b7c9079c9e0022a7d69eee32f5a Mon Sep 17 00:00:00 2001 From: Atila Neves Date: Tue, 21 May 2024 17:05:21 -0500 Subject: [PATCH 3/5] Update setup-dlang --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d296905..4811cf8e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: key: cache-os:${{ matrix.os }}-clang:${{ matrix.clang }} - name: Setup D - uses: dlang-community/setup-dlang@v1.3.0 + uses: dlang-community/setup-dlang@v1.4.0 with: compiler: ${{ matrix.dc }} From dec72da80e14dd0d73c101b994b0c6c042e17ce3 Mon Sep 17 00:00:00 2001 From: Atila Neves Date: Tue, 21 May 2024 17:07:11 -0500 Subject: [PATCH 4/5] Update cache to v4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4811cf8e..7c33efbb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: - name: Cache id: cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/llvm From cd99181342af37d9176594ea466ae1393afb5627 Mon Sep 17 00:00:00 2001 From: Atila Neves Date: Tue, 21 May 2024 17:09:06 -0500 Subject: [PATCH 5/5] Update codecov to v4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c33efbb..6c400532 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,4 +65,4 @@ jobs: env: LIBRARY_PATH: "${{ env.LLVM_PATH }}/lib" - - uses: codecov/codecov-action@v3.1.4 + - uses: codecov/codecov-action@v4