From 18159b0c49467f323e0acbe7ec71872894acb894 Mon Sep 17 00:00:00 2001 From: jgutierrez Date: Wed, 12 Feb 2025 10:56:12 +0100 Subject: [PATCH 1/2] SWI-7167 - Replacing ubuntu-20.04 by ubuntu-24.04 on test-pr workflow --- .github/workflows/test-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-pr.yml b/.github/workflows/test-pr.yml index 17f3906..cfa895d 100644 --- a/.github/workflows/test-pr.yml +++ b/.github/workflows/test-pr.yml @@ -31,7 +31,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [windows-2022, windows-2019, ubuntu-22.04, ubuntu-20.04] + os: [windows-2019, windows-2022, ubuntu-22.04, ubuntu-24.04] dotnet: [6.0.x, 7.0.x, 8.0.x] fail-fast: false steps: From 0028906ebca46aef665364c5c396f5b0488ec198 Mon Sep 17 00:00:00 2001 From: jgutierrez Date: Wed, 12 Feb 2025 10:57:11 +0100 Subject: [PATCH 2/2] SWI-7167 - Upgrading Bandwidth/build-notify-slack-action to v2 --- .github/workflows/deploy.yml | 2 +- .github/workflows/test-smoke.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 48633cb..043355f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -75,7 +75,7 @@ jobs: NUGET_SOURCE: https://api.nuget.org/v3/index.json run: dotnet nuget push $BW_PROJECT_NAME/bin/Release/*.nupkg -s $NUGET_SOURCE -k $NUGET_KEY - - uses: Bandwidth/build-notify-slack-action@v2.0.0 + - uses: Bandwidth/build-notify-slack-action@v2 if: always() with: job-status: ${{ job.status }} diff --git a/.github/workflows/test-smoke.yml b/.github/workflows/test-smoke.yml index e0e2b12..ce02f28 100644 --- a/.github/workflows/test-smoke.yml +++ b/.github/workflows/test-smoke.yml @@ -83,7 +83,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Notify Slack of failures - uses: Bandwidth/build-notify-slack-action@v2.0.0 + uses: Bandwidth/build-notify-slack-action@v2 with: job-status: failure slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }}