diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 921adf5..8fde383 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install Crystal if: matrix.target != 'x86_64-pc-windows-gnu'