Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v2 (Urigo#1526)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Oct 27, 2020
1 parent d377f7e commit 23d3990
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node_version: [10, 14]
steps:
- name: Checkout Master
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: Use Node ${{matrix.node_version}}
uses: actions/setup-node@master
with:
Expand All @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Master
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: Use Node
uses: actions/setup-node@v1
with:
Expand All @@ -64,7 +64,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Master
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: Use Node
uses: actions/setup-node@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
if: contains(github.event.head_commit.message, '[deploy_website]') || contains(github.ref, 'refs/tags/')
steps:
- name: Checkout Master
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: Configure Git Credientials
run: |
git config --global user.email "${{github.actor}}@users.noreply.github.com"
Expand Down

0 comments on commit 23d3990

Please sign in to comment.