Skip to content

Commit 7bc6d0f

Browse files
authored
Merge pull request #322 from chantouchsek/dependabot/github_actions/actions/setup-node-3.1.1
fix(deps): bump actions/setup-node from 3.1.0 to 3.1.1
2 parents 615ca0c + 58d0d0a commit 7bc6d0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/[email protected]
2222
with:
2323
fetch-depth: 1
24-
- uses: actions/[email protected].0
24+
- uses: actions/[email protected].1
2525
with:
2626
node-version: ${{ matrix.node-version }}
2727
- run: yarn

0 commit comments

Comments
 (0)