diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-10-19 20:32:00 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-19 20:32:00 +0000 |
| commit | f2b610046fab7f5a7d1a00a7cc5cb07587c84a3e (patch) | |
| tree | 8194d6ca9c7ef1aa125e71920fe068323c0de3c1 | |
| parent | 50f6df391908390c25f0f0c22ecfc6c962c4ff9a (diff) | |
| download | warden-f2b610046fab7f5a7d1a00a7cc5cb07587c84a3e.tar.bz2 warden-f2b610046fab7f5a7d1a00a7cc5cb07587c84a3e.zip | |
chore(deps): update actions/setup-node action to v6 (#72)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| -rw-r--r-- | .github/workflows/ci.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b09911d..e101ac4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -158,7 +158,7 @@ jobs: - name: Start stack run: docker compose -f contrib/docker-compose/compose.yaml up -d - name: Setup node.js - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: '22' - name: Download artifacts |
