Skip to content
This repository has been archived by the owner on Dec 28, 2020. It is now read-only.

Commit

Permalink
Merge pull request #216 from Lctrs/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…checkout-v2.3.4

github-actions(deps): bump actions/checkout from v2.3.3 to v2.3.4
  • Loading branch information
lctrs-bot committed Nov 10, 2020
2 parents 735505c + 903007d commit d7fb2f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/integrate.yaml
Expand Up @@ -29,7 +29,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v2.3.3"
uses: "actions/checkout@v2.3.4"

- name: "Lint YAML files"
uses: "ibiqlik/action-yamllint@v2"
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v2.3.3"
uses: "actions/checkout@v2.3.4"

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.7.0"
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v2.3.3"
uses: "actions/checkout@v2.3.4"

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.7.0"
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v2.3.3"
uses: "actions/checkout@v2.3.4"

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.7.0"
Expand Down Expand Up @@ -288,7 +288,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v2.3.3"
uses: "actions/checkout@v2.3.4"

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.7.0"
Expand Down Expand Up @@ -346,7 +346,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v2.3.3"
uses: "actions/checkout@v2.3.4"

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.7.0"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renew.yaml
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v2.3.3"
uses: "actions/checkout@v2.3.4"

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.7.0"
Expand Down

0 comments on commit d7fb2f4

Please sign in to comment.