Skip to content

Commit

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

github-actions(deps): bump actions/checkout from v2.3.3 to v2.3.4
  • Loading branch information
ergebnis-bot committed Nov 4, 2020
2 parents ba253a3 + c4d7508 commit c90b27c
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 @@ -30,7 +30,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.0.0"
Expand Down Expand Up @@ -98,7 +98,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 @@ -143,7 +143,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 @@ -216,7 +216,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 @@ -270,7 +270,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 @@ -323,7 +323,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
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,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 c90b27c

Please sign in to comment.