Update workflows to use v4 actions (#1652)

* Update releases.yml to use v4 actions

* Bump all workflows
This commit is contained in:
Konrad Pabjan
2024-02-01 12:50:47 -05:00
committed by GitHub
parent e6c1cd0d8c
commit 415c42d27c
8 changed files with 14 additions and 14 deletions

View File

@@ -18,7 +18,7 @@ e.g. To use https://github.com/actions/setup-node, users will author:
```yaml
steps:
using: actions/setup-node@v3
using: actions/setup-node@v4
```
# Define Metadata