Skip to content

Commit

Permalink
Merge pull request #1170 from ergebnis/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/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 2ab60ce + 7a09994 commit 42a9b7a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 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"

- name: "Set up PHP"
uses: "shivammathur/[email protected]"
Expand Down Expand Up @@ -87,7 +87,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 @@ -162,7 +162,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 @@ -218,7 +218,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 @@ -270,7 +270,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 @@ -329,7 +329,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 @@ -379,7 +379,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 @@ -436,7 +436,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
2 changes: 1 addition & 1 deletion .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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

0 comments on commit 42a9b7a

Please sign in to comment.