From 5a6f0bbede5b821ec77a9c92841bb385c611566e Mon Sep 17 00:00:00 2001 From: Kaleb Barrett Date: Mon, 7 Jul 2025 14:38:04 -0600 Subject: [PATCH 1/4] Update tests.yml --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5f9b654..8abe527 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -150,7 +150,7 @@ jobs: steps: - name: Install System Python and Git run: yum install -y python3-devel python3-pip python3 git - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install Testing Requirements run: python3 -m pip install nox - name: Run Tests From 037fa6cfbd433531f19cb042a4516c5485618b49 Mon Sep 17 00:00:00 2001 From: Kaleb Barrett Date: Mon, 7 Jul 2025 14:38:50 -0600 Subject: [PATCH 2/4] Update dependabot.yml --- .github/dependabot.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 474b0b5..5ace460 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,5 +4,3 @@ updates: directory: "/" schedule: interval: "weekly" - ignore: - - dependency-name: "codecov/codecov-actions" From bdd3adf7740f5754e97d1fab40cf632a8a8ddfb8 Mon Sep 17 00:00:00 2001 From: Kaleb Barrett Date: Mon, 7 Jul 2025 14:41:16 -0600 Subject: [PATCH 3/4] Update tests.yml --- .github/workflows/tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8abe527..cfd07e0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -202,6 +202,9 @@ jobs: name: alpine-system-python runs-on: ubuntu-latest container: "alpine:latest" + defaults: + run: + shell: bash steps: - name: Update Packages run: | From e6a8147537145b5d697014b34f4f3946ce5645c8 Mon Sep 17 00:00:00 2001 From: Kaleb Barrett Date: Mon, 7 Jul 2025 14:43:37 -0600 Subject: [PATCH 4/4] Update tests.yml --- .github/workflows/tests.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cfd07e0..5f9b654 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -150,7 +150,7 @@ jobs: steps: - name: Install System Python and Git run: yum install -y python3-devel python3-pip python3 git - - uses: actions/checkout@v5 + - uses: actions/checkout@v4 - name: Install Testing Requirements run: python3 -m pip install nox - name: Run Tests @@ -202,9 +202,6 @@ jobs: name: alpine-system-python runs-on: ubuntu-latest container: "alpine:latest" - defaults: - run: - shell: bash steps: - name: Update Packages run: |