Skip to content

Commit

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

github-actions(deps): Bump actions/checkout from 4.0.0 to 4.1.0
  • Loading branch information
ergebnis-bot authored Sep 25, 2023
2 parents e87e95b + b50e470 commit f3f7471
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 @@ -24,7 +24,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v4.0.0"
uses: "actions/checkout@v4.1.0"

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

steps:
- name: "Checkout"
uses: "actions/checkout@v4.0.0"
uses: "actions/checkout@v4.1.0"

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

steps:
- name: "Checkout"
uses: "actions/checkout@v4.0.0"
uses: "actions/checkout@v4.1.0"

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

steps:
- name: "Checkout"
uses: "actions/checkout@v4.0.0"
uses: "actions/checkout@v4.1.0"

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

steps:
- name: "Checkout"
uses: "actions/checkout@v4.0.0"
uses: "actions/checkout@v4.1.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.0.0"
uses: "actions/checkout@v4.1.0"

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

steps:
- name: "Checkout"
uses: "actions/checkout@v4.0.0"
uses: "actions/checkout@v4.1.0"

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

steps:
- name: "Checkout"
uses: "actions/checkout@v4.0.0"
uses: "actions/checkout@v4.1.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@v4.0.0"
uses: "actions/checkout@v4.1.0"
with:
token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}"

Expand Down

0 comments on commit f3f7471

Please sign in to comment.