Skip to content

Commit

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

github-actions(deps): Bump actions/checkout from 4.1.6 to 4.1.7
  • Loading branch information
ergebnis-bot authored Jun 12, 2024
2 parents b43d638 + 6ee9914 commit d749e57
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 @@ -26,7 +26,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/[email protected].6"
uses: "actions/[email protected].7"
with:
fetch-depth: 0

Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/[email protected].6"
uses: "actions/[email protected].7"

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

steps:
- name: "Checkout"
uses: "actions/[email protected].6"
uses: "actions/[email protected].7"

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

steps:
- name: "Checkout"
uses: "actions/[email protected].6"
uses: "actions/[email protected].7"

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

steps:
- name: "Checkout"
uses: "actions/[email protected].6"
uses: "actions/[email protected].7"

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

steps:
- name: "Checkout"
uses: "actions/[email protected].6"
uses: "actions/[email protected].7"

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

steps:
- name: "Checkout"
uses: "actions/[email protected].6"
uses: "actions/[email protected].7"

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

steps:
- name: "Checkout"
uses: "actions/[email protected].6"
uses: "actions/[email protected].7"

- 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].6"
uses: "actions/[email protected].7"
with:
token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}"

Expand Down

0 comments on commit d749e57

Please sign in to comment.