From b50904ed47c5c29eab472e56c640d9f2a9ca1530 Mon Sep 17 00:00:00 2001 From: Trevor Brown Date: Sat, 15 Aug 2026 15:45:18 -0400 Subject: [PATCH] chore: upgrade actions/checkout --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 34db6a9..afacefd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Install system packages on Ubuntu if: ${{ runner.os == 'Linux' }} @@ -62,7 +62,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Run ShellCheck run: shellcheck bin/* lib/* @@ -72,7 +72,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Install shfmt run: brew install shfmt