Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 2 to 2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and rvagg committed May 12, 2021
1 parent 3f205de commit 0846f50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4
- name: Use Node.js ${{ matrix.node }}
uses: actions/[email protected]
with:
Expand All @@ -30,7 +30,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4
- name: Use Node.js ${{ matrix.node }}
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 0846f50

Please sign in to comment.