diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aba3aef..67dea92 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: env: CONNECTION_STRING: postgres://postgres:postgres@localhost:5432/leader_test steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }} @@ -55,7 +55,7 @@ jobs: runs-on: ubuntu-24.04 timeout-minutes: 5 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: actions/setup-node@v4 with: node-version: 22