diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27284b7..3c30084 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -112,7 +112,7 @@ jobs: with: python-version: "3.12" - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v7 with: node-version: "22" @@ -123,7 +123,7 @@ jobs: # is no lockfile for setup-node to key a cache on; cache the npm # download cache itself instead. - name: Cache npm downloads - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: ~/.npm key: npm-e2e-${{ runner.os }}-${{ hashFiles('src/rote/adapters/_ts_common.py') }} @@ -153,7 +153,7 @@ jobs: with: python-version: "3.12" - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v7 with: node-version: "22" @@ -161,7 +161,7 @@ jobs: run: python -m pip install -e ".[dev]" - name: Cache npm downloads - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: ~/.npm key: npm-dbosts-${{ runner.os }}-${{ hashFiles('src/rote/adapters/_ts_common.py') }}