Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 16, 2023
1 parent 80a5aa0 commit b349195
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 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@v3.3.0"
uses: "actions/checkout@v3.4.0"

- name: "Set up PHP"
uses: "shivammathur/[email protected]"
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:

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

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

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

- name: "Set up PHP"
uses: "shivammathur/[email protected]"
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:

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

- name: "Set up PHP"
uses: "shivammathur/[email protected]"
Expand Down Expand Up @@ -258,7 +258,7 @@ jobs:

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

- name: "Set up PHP"
uses: "shivammathur/[email protected]"
Expand Down Expand Up @@ -291,7 +291,7 @@ jobs:

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

- name: "Set up PHP"
uses: "shivammathur/[email protected]"
Expand Down Expand Up @@ -342,7 +342,7 @@ jobs:

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

- name: "Set up PHP"
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 @@ -22,7 +22,7 @@ jobs:

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

Expand Down

0 comments on commit b349195

Please sign in to comment.