mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-26 01:36:17 -04:00
Update GitHub Actions
This commit is contained in:
parent
c2cf535f88
commit
a68ce5a5af
4 changed files with 10 additions and 10 deletions
4
.github/workflows/releases.yml
vendored
4
.github/workflows/releases.yml
vendored
|
@ -10,10 +10,10 @@ jobs:
|
|||
main:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Set node version
|
||||
uses: actions/setup-node@v1
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '18.x'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue