From c11c6928ca987a262942f99d46859d5d9e33f223 Mon Sep 17 00:00:00 2001 From: Nick Babcock Date: Sun, 12 Jul 2026 14:55:28 -0500 Subject: [PATCH 1/2] Update github actions to latest --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 370c435..6513b42 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: python-version: [2.7, 3.6, 3.7, 3.8] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: build docker image run: docker build -t bottle-ssl --build-arg PYTHON_VERSION=${{ matrix.python-version }} . - name: run tests From da78977871a8c40b841499adb3b1df0c6a65e446 Mon Sep 17 00:00:00 2001 From: Nick Babcock Date: Thu, 16 Jul 2026 07:45:59 -0500 Subject: [PATCH 2/2] Trigger CI