Skip to content

Commit

Permalink
Merge pull request #753 from ergebnis/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/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 13, 2024
2 parents fce0f87 + 93dfaa7 commit fde3abb
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/[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 @@ -159,7 +159,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 @@ -215,7 +215,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 @@ -274,7 +274,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 @@ -324,7 +324,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 @@ -382,7 +382,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 fde3abb

Please sign in to comment.