diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c6e79f5..991d6ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: steps: - name: Checkout Project Repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Node v${{matrix.node-version}} uses: actions/setup-node@v4