diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-09-08 17:52:31 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-08 17:52:31 +0000 |
| commit | f1632a80ada512b4ea76ec6217a4b58aff757719 (patch) | |
| tree | f52d161d09b1a2e0473c7e9cc024f50bbb5f59ad /.github/workflows | |
| parent | 3364de4895581014c54e5e69cb1529137792c08e (diff) | |
| download | warden-f1632a80ada512b4ea76ec6217a4b58aff757719.tar.bz2 warden-f1632a80ada512b4ea76ec6217a4b58aff757719.zip | |
chore(deps): update actions/setup-node action to v5 (#33)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows')
| -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 c13f63e..04a470a 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@v4 + uses: actions/setup-node@v5 with: node-version: '22' - name: Download artifacts |
