Skip to content

Commit

Permalink
Merge pull request #1465 from microlinkhq/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/checkout-3

build(deps): bump actions/checkout from 2 to 3
  • Loading branch information
Kikobeats committed Mar 2, 2022
2 parents aba6f05 + 7784be8 commit b116356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: setup Node.js ${{ matrix.node-version }}
uses: actions/[email protected]
with:
Expand Down

1 comment on commit b116356

@vercel
Copy link

@vercel vercel bot commented on b116356 Mar 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.