Skip to content

Commit 7308efd

Browse files
Update verify.yml
1 parent d30e653 commit 7308efd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/verify.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717

1818
steps:
1919
# Check out the repository code
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121

2222
# Set up Node.js environment
2323
- name: Use Node.js ${{ matrix.node-version }}
24-
uses: actions/setup-node@v3
24+
uses: actions/setup-node@v4
2525
with:
2626
node-version: ${{ matrix.node-version }}
2727
cache: 'npm'
@@ -45,4 +45,4 @@ jobs:
4545
test -f CTF-Walkthrough.md && echo "✓ Walkthrough exists"
4646
test -f package.json && echo "✓ Package.json exists"
4747
test -f README.md && echo "✓ README exists"
48-
test -f LICENSE && echo "✓ LICENSE exists"
48+
test -f LICENSE && echo "✓ LICENSE exists"

0 commit comments

Comments
 (0)