Skip to content

Commit

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

github-actions(deps): bump actions/checkout from 4.2.1 to 4.2.2
  • Loading branch information
ergebnis-bot authored Oct 23, 2024
2 parents 3d98dd8 + bdf415c commit 6c43a84
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 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"
with:
fetch-depth: 0

Expand Down Expand Up @@ -78,7 +78,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 @@ -139,7 +139,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 @@ -211,7 +211,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 @@ -267,7 +267,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 @@ -319,7 +319,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 @@ -378,7 +378,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 @@ -428,7 +428,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 @@ -486,7 +486,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

0 comments on commit 6c43a84

Please sign in to comment.