From 5b93aed9d8ab390cd654780ee447006bac46a54a Mon Sep 17 00:00:00 2001 From: Padraig Gleeson Date: Tue, 14 May 2024 17:53:23 +0100 Subject: [PATCH 1/3] Update omv-ci.yml --- .github/workflows/omv-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/omv-ci.yml b/.github/workflows/omv-ci.yml index c2b6a30..85439c1 100644 --- a/.github/workflows/omv-ci.yml +++ b/.github/workflows/omv-ci.yml @@ -30,10 +30,10 @@ jobs: steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} From 8dc60f331139dc1894891ac418a711b75d6b0e2d Mon Sep 17 00:00:00 2001 From: Padraig Gleeson Date: Tue, 14 Jan 2025 18:31:24 +0000 Subject: [PATCH 2/3] Test on ubuntu-22.04 --- .github/workflows/omv-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/omv-ci.yml b/.github/workflows/omv-ci.yml index 85439c1..e90c4f0 100644 --- a/.github/workflows/omv-ci.yml +++ b/.github/workflows/omv-ci.yml @@ -9,7 +9,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 strategy: fail-fast: false matrix: From 44e92ecb262f6df87d9e98e1893e0dc56995b936 Mon Sep 17 00:00:00 2001 From: Padraig Gleeson Date: Tue, 19 May 2026 16:10:12 +0100 Subject: [PATCH 3/3] Update GitHub Actions to use latest versions --- .github/workflows/omv-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/omv-ci.yml b/.github/workflows/omv-ci.yml index e90c4f0..908e503 100644 --- a/.github/workflows/omv-ci.yml +++ b/.github/workflows/omv-ci.yml @@ -30,10 +30,10 @@ jobs: steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }}