Skip to content

Commit

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

github-actions(deps): bump actions/checkout from 4.1.5 to 4.1.6
  • Loading branch information
ergebnis-bot committed May 17, 2024
2 parents 14b7a14 + 0ec4751 commit 9787d7b
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 @@ -47,7 +47,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v4.1.5"
uses: "actions/checkout@v4.1.6"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.30.4"
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v4.1.5"
uses: "actions/checkout@v4.1.6"

- name: "Lint YAML files"
uses: "ibiqlik/action-yamllint@v3.1.1"
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v4.1.5"
uses: "actions/checkout@v4.1.6"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.30.4"
Expand Down Expand Up @@ -266,7 +266,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v4.1.5"
uses: "actions/checkout@v4.1.6"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.30.4"
Expand Down Expand Up @@ -330,7 +330,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v4.1.5"
uses: "actions/checkout@v4.1.6"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.30.4"
Expand Down Expand Up @@ -389,7 +389,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v4.1.5"
uses: "actions/checkout@v4.1.6"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.30.4"
Expand Down Expand Up @@ -442,7 +442,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v4.1.5"
uses: "actions/checkout@v4.1.6"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.30.4"
Expand Down Expand Up @@ -522,7 +522,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v4.1.5"
uses: "actions/checkout@v4.1.6"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.30.4"
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.5"
uses: "actions/checkout@v4.1.6"
with:
token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}"

Expand Down

0 comments on commit 9787d7b

Please sign in to comment.