Skip to content

Commit

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

github-actions(deps): bump actions/checkout from 2.3.5 to 2.4.0
  • Loading branch information
ergebnis-bot authored Nov 3, 2021
2 parents d6dc28f + 44ce7ba commit 7f5cdd1
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.5"
uses: "actions/checkout@v2.4.0"

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

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

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

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

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

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

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

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

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

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

- 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 @@ -25,7 +25,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v2.3.5"
uses: "actions/checkout@v2.4.0"
with:
token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}"

Expand Down

0 comments on commit 7f5cdd1

Please sign in to comment.