diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 9bb905fa..7a1f56a0 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -14,7 +14,7 @@ jobs: steps: # checkout the repository to the GitHub Actions runner - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 # install dependencies - name: Add packages run: |