diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5f98e03..834102a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: uses: styfle/cancel-workflow-action@0.9.1 - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 # NOTE: Python is necessary for Pygments step - name: Install python