Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

Commit

Permalink
Merge pull request #505 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.4 to 2.4.0
  • Loading branch information
ergebnis-bot committed Jan 3, 2022
2 parents 95070f7 + 525ad03 commit 6e9d31c
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.4"
uses: "actions/checkout@v2.4.0"

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

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

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

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

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

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

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

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

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

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

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.14.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 @@ -25,7 +25,7 @@ jobs:

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

Expand Down

0 comments on commit 6e9d31c

Please sign in to comment.