From 568d8e6c67c44e9eacddace699f744997889aa9f Mon Sep 17 00:00:00 2001 From: Stephan Boyer Date: Sat, 27 Jun 2026 14:48:01 -0700 Subject: [PATCH] Update GitHub Actions to latest versions Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5659ad31..5db5065b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,9 +9,9 @@ jobs: name: Validate runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v7.0.0 - if: ${{ github.event_name == 'push' }} - uses: docker/login-action@v4.1.0 + uses: docker/login-action@v4.2.0 with: username: stephanmisc password: ${{ secrets.DOCKER_PASSWORD }}