Skip to content

Commit

Permalink
github-actions(deps): bump actions/checkout from 2.4.0 to 3
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2.4.0...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 7, 2022
1 parent c95345f commit 3fc5b9e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

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

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.17.0"
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:

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

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

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

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.17.0"
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:

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

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.17.0"
Expand Down Expand Up @@ -260,7 +260,7 @@ jobs:

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

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.17.0"
Expand Down Expand Up @@ -312,7 +312,7 @@ jobs:

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

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.17.0"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

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

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.17.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 @@ -22,7 +22,7 @@ jobs:

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

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

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.17.0"
Expand Down

0 comments on commit 3fc5b9e

Please sign in to comment.