From 7bcb619db9788b9e1d17f806167ef0981dc52873 Mon Sep 17 00:00:00 2001 From: jgutierrez Date: Tue, 10 Jun 2025 09:47:17 +0200 Subject: [PATCH] SWI-7989 - windows-2019 GH runner decommission --- .github/workflows/deploy.yml | 4 ++-- .github/workflows/test.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ad825f5..bf89d29 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Ruby uses: ruby/setup-ruby@v1 @@ -34,7 +34,7 @@ jobs: gem build *.gemspec gem push *.gem - - uses: Bandwidth/build-notify-slack-action@v1.0.0 + - uses: Bandwidth/build-notify-slack-action@v2 if: always() with: job-status: ${{ job.status }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e439495..bd4f833 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,11 +10,11 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [windows-2022, windows-2019, ubuntu-20.04, ubuntu-22.04] + os: [windows-2022, windows-2025, ubuntu-22.04, ubuntu-24.04] ruby-version: [2.6, 2.7, 3.0] steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Ruby uses: ruby/setup-ruby@v1 @@ -28,7 +28,7 @@ jobs: run: rake - name: Notify Slack of Failures - uses: Bandwidth/build-notify-slack-action@v1.0.0 + uses: Bandwidth/build-notify-slack-action@v2 if: failure() && !github.event.pull_request.draft with: job-status: ${{ job.status }}