Skip to content

Commit

Permalink
Merge pull request #1307 from ergebnis/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-4.1.2

github-actions(deps): Bump actions/checkout from 4.1.1 to 4.1.2
  • Loading branch information
ergebnis-bot authored Mar 12, 2024
2 parents 3836226 + a0f6ecc commit bfdc579
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 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/[email protected].1"
uses: "actions/[email protected].2"

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

steps:
- name: "Checkout"
uses: "actions/[email protected].1"
uses: "actions/[email protected].2"

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

steps:
- name: "Checkout"
uses: "actions/[email protected].1"
uses: "actions/[email protected].2"

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

steps:
- name: "Checkout"
uses: "actions/[email protected].1"
uses: "actions/[email protected].2"

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

steps:
- name: "Checkout"
uses: "actions/[email protected].1"
uses: "actions/[email protected].2"

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

steps:
- name: "Checkout"
uses: "actions/[email protected].1"
uses: "actions/[email protected].2"

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

steps:
- name: "Checkout"
uses: "actions/[email protected].1"
uses: "actions/[email protected].2"

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

steps:
- name: "Checkout"
uses: "actions/[email protected].1"
uses: "actions/[email protected].2"

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

steps:
- name: "Checkout"
uses: "actions/[email protected].1"
uses: "actions/[email protected].2"

- name: "Set up PHP"
uses: "shivammathur/[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/[email protected].1"
uses: "actions/[email protected].2"

- 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/[email protected].1"
uses: "actions/[email protected].2"
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 @@ -19,7 +19,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/[email protected].1"
uses: "actions/[email protected].2"

- name: "Set up PHP"
uses: "shivammathur/[email protected]"
Expand Down

0 comments on commit bfdc579

Please sign in to comment.