Skip to content

Commit

Permalink
Merge pull request #2 from Lctrs/dependabot/github_actions/actions/ch…
Browse files Browse the repository at this point in the history
…eckout-2.3.5

github-actions(deps): bump actions/checkout from 2.3.4 to 2.3.5
  • Loading branch information
lctrs-bot committed Oct 16, 2021
2 parents 65d2c2b + e06c7d5 commit 9bc84b1
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 @@ -27,7 +27,7 @@ jobs:

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

- name: "Lint YAML files"
uses: "ibiqlik/action-yamllint@v3.1"
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:

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

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

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

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

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

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

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

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

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

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.15.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.4"
uses: "actions/checkout@v2.3.5"
with:
token: "${{ secrets.LCTRS_BOT_TOKEN }}"

Expand Down

0 comments on commit 9bc84b1

Please sign in to comment.