We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d30e653 commit 7308efdCopy full SHA for 7308efd
1 file changed
.github/workflows/verify.yml
@@ -17,11 +17,11 @@ jobs:
17
18
steps:
19
# Check out the repository code
20
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
21
22
# Set up Node.js environment
23
- name: Use Node.js ${{ matrix.node-version }}
24
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
25
with:
26
node-version: ${{ matrix.node-version }}
27
cache: 'npm'
@@ -45,4 +45,4 @@ jobs:
45
test -f CTF-Walkthrough.md && echo "✓ Walkthrough exists"
46
test -f package.json && echo "✓ Package.json exists"
47
test -f README.md && echo "✓ README exists"
48
- test -f LICENSE && echo "✓ LICENSE exists"
+ test -f LICENSE && echo "✓ LICENSE exists"
0 commit comments