Skip to content

Commit

Permalink
github-actions(deps): bump actions/checkout from v2.3.2 to v2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 24, 2020
1 parent faee327 commit 9fa26e1
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/[email protected].2"
uses: "actions/[email protected].3"

- name: "Lint YAML files"
uses: "ibiqlik/[email protected]"
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/[email protected].2"
uses: "actions/[email protected].3"

- name: "Install PHP with extensions"
uses: "shivammathur/[email protected]"
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/[email protected].2"
uses: "actions/[email protected].3"

- name: "Install PHP with extensions"
uses: "shivammathur/[email protected]"
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/[email protected].2"
uses: "actions/[email protected].3"

- name: "Install PHP with extensions"
uses: "shivammathur/[email protected]"
Expand Down Expand Up @@ -259,7 +259,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/[email protected].2"
uses: "actions/[email protected].3"

- name: "Install PHP with extensions"
uses: "shivammathur/[email protected]"
Expand Down Expand Up @@ -309,7 +309,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/[email protected].2"
uses: "actions/[email protected].3"

- name: "Install PHP with extensions"
uses: "shivammathur/[email protected]"
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/[email protected].2"
uses: "actions/[email protected].3"

- name: "Install PHP with extensions"
uses: "shivammathur/[email protected]"
Expand Down

0 comments on commit 9fa26e1

Please sign in to comment.