Skip to content
This repository was archived by the owner on Jan 31, 2024. It is now read-only.

Commit d7b7d98

Browse files
authored
Merge pull request #8 from khoih-prog/dependabot/github_actions/actions/setup-node-4
Bump actions/setup-node from 3 to 4
2 parents ab6d9aa + 59a74a6 commit d7b7d98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-github-actions.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v4
8-
- uses: actions/setup-node@v3
8+
- uses: actions/setup-node@v4
99
with:
1010
node-version: '14'
1111
- run: npm install -g bats

0 commit comments

Comments
 (0)