Skip to content

Commit

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

github-actions(deps): Bump actions/checkout from 4.1.7 to 4.2.0
  • Loading branch information
ergebnis-bot authored Sep 25, 2024
2 parents 2377d0f + f427fd6 commit 66bdbac
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/checkout@v4.1.7"
uses: "actions/checkout@v4.2.0"
with:
fetch-depth: 0

Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v4.1.7"
uses: "actions/checkout@v4.2.0"

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

steps:
- name: "Checkout"
uses: "actions/checkout@v4.1.7"
uses: "actions/checkout@v4.2.0"

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

steps:
- name: "Checkout"
uses: "actions/checkout@v4.1.7"
uses: "actions/checkout@v4.2.0"

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

steps:
- name: "Checkout"
uses: "actions/checkout@v4.1.7"
uses: "actions/checkout@v4.2.0"

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

steps:
- name: "Checkout"
uses: "actions/checkout@v4.1.7"
uses: "actions/checkout@v4.2.0"

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

steps:
- name: "Checkout"
uses: "actions/checkout@v4.1.7"
uses: "actions/checkout@v4.2.0"

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

steps:
- name: "Checkout"
uses: "actions/checkout@v4.1.7"
uses: "actions/checkout@v4.2.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 @@ -24,7 +24,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v4.1.7"
uses: "actions/checkout@v4.2.0"
with:
token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}"

Expand Down

0 comments on commit 66bdbac

Please sign in to comment.