Skip to content

Commit

Permalink
Merge pull request #1067 from ergebnis/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/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 4aef813 + d3687c5 commit a92c24a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 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.5"
uses: "actions/checkout@v4.1.6"

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.30.4"
Expand Down Expand Up @@ -87,7 +87,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 @@ -156,7 +156,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 @@ -212,7 +212,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 @@ -271,7 +271,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 @@ -321,7 +321,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 @@ -378,7 +378,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 a92c24a

Please sign in to comment.