diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ad6252..42a684a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Configure Git Credentials run: | git config user.name github-actions[bot]