Skip to content

Commit

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

github-actions(deps): bump actions/checkout from v2.3.2 to v2.3.3
  • Loading branch information
ergebnis-bot committed Sep 24, 2020
2 parents f97f00b + 22a207c commit 1b80e67
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 @@ -30,7 +30,7 @@ jobs:

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

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

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

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

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

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

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

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

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

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

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

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

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

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

0 comments on commit 1b80e67

Please sign in to comment.