From ef5a684008490f52e1fbf0283489ee3c0acd8e23 Mon Sep 17 00:00:00 2001 From: Gareth Healy Date: Mon, 17 Nov 2025 13:34:08 +0000 Subject: [PATCH] bumped actions to latest to checkout and python --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 116a2d7..6ca3b10 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ jobs: main: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-python@v3 + - uses: actions/checkout@v5 + - uses: actions/setup-python@v6 - name: self test action uses: ./