Update Checkout v2 -> v4 (#71)

This commit is contained in:
Maj Soklič
2024-01-01 04:57:22 +01:00
committed by GitHub
parent 7ab0add6fc
commit b8472a4c87
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -15,7 +15,7 @@ jobs:
- name: Setup Developer Command Prompt
uses: ilammy/msvc-dev-cmd@release/v1
- name: Check out source code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Compile and run some C code
shell: cmd
run: |
@@ -26,6 +26,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out source code
uses: actions/checkout@v2
uses: actions/checkout@v4
- run: npm audit --audit-level=moderate --production
- run: npm audit --audit-level=critical