Skip to content

Commit

Permalink
Bump actions/checkout from v1 to v2.3.4 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Nov 24, 2020
1 parent 6b1ae8d commit 957cb65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Node ${{ matrix.node }}
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: Use node ${{ matrix.node }}
uses: actions/setup-node@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Node ${{ matrix.node }}
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: Use node ${{ matrix.node }}
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit 957cb65

Please sign in to comment.