Skip to content

Commit b116356

Browse files
authored
Merge pull request #1465 from microlinkhq/dependabot/github_actions/actions/checkout-3
build(deps): bump actions/checkout from 2 to 3
2 parents aba6f05 + 7784be8 commit b116356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: checkout
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v3
1919
- name: setup Node.js ${{ matrix.node-version }}
2020
uses: actions/[email protected]
2121
with:

0 commit comments

Comments
 (0)