Skip to content

Commit

Permalink
chore(deps): update dependency actions/checkout to v2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 23, 2020
1 parent 7c530f8 commit 2e70553
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
timeout-minutes: 30
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].3
- name: Docker build and push
uses: docker/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-commit-messages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].3
with:
fetch-depth: 0
- name: Lint commit messages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].3
- name: Setup node
uses: actions/[email protected]
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].3
with:
fetch-depth: 0
- name: Fetch tags
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
timeout-minutes: 30
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].3
- name: Get VERSION
uses: actions/[email protected]
with:
Expand All @@ -72,7 +72,7 @@ jobs:
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].3
with:
fetch-depth: 0
- name: Get VERSION
Expand Down

0 comments on commit 2e70553

Please sign in to comment.