Skip to content

Commit

Permalink
github-actions(deps): bump actions/checkout from 4.2.0 to 4.2.1
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.2.0...v4.2.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
1 parent 0b0879d commit 852fe99
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/[email protected].0"
uses: "actions/[email protected].1"

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

steps:
- name: "Checkout"
uses: "actions/[email protected].0"
uses: "actions/[email protected].1"

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

steps:
- name: "Checkout"
uses: "actions/[email protected].0"
uses: "actions/[email protected].1"

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

steps:
- name: "Checkout"
uses: "actions/[email protected].0"
uses: "actions/[email protected].1"

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

steps:
- name: "Checkout"
uses: "actions/[email protected].0"
uses: "actions/[email protected].1"

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

steps:
- name: "Checkout"
uses: "actions/[email protected].0"
uses: "actions/[email protected].1"

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

steps:
- name: "Checkout"
uses: "actions/[email protected].0"
uses: "actions/[email protected].1"

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

steps:
- name: "Checkout"
uses: "actions/[email protected].0"
uses: "actions/[email protected].1"

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

steps:
- name: "Checkout"
uses: "actions/[email protected].0"
uses: "actions/[email protected].1"
with:
token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}"

Expand Down

0 comments on commit 852fe99

Please sign in to comment.