Skip to content

Commit

Permalink
Merge pull request #325 from ergebnis/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-v2.3.2

github-actions(deps): bump actions/checkout from v2.3.1 to v2.3.2
  • Loading branch information
localheinz committed Aug 30, 2020
2 parents 0c96a64 + 12cf32b commit 293072b
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
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v2.3.1"
uses: "actions/checkout@v2.3.2"

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

steps:
- name: "Checkout"
uses: "actions/checkout@v2.3.1"
uses: "actions/checkout@v2.3.2"

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

steps:
- name: "Checkout"
uses: "actions/checkout@v2.3.1"
uses: "actions/checkout@v2.3.2"

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

steps:
- name: "Checkout"
uses: "actions/checkout@v2.3.1"
uses: "actions/checkout@v2.3.2"

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

steps:
- name: "Checkout"
uses: "actions/checkout@v2.3.1"
uses: "actions/checkout@v2.3.2"

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

steps:
- name: "Checkout"
uses: "actions/checkout@v2.3.1"
uses: "actions/checkout@v2.3.2"

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

steps:
- name: "Checkout"
uses: "actions/checkout@v2.3.1"
uses: "actions/checkout@v2.3.2"

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

0 comments on commit 293072b

Please sign in to comment.