Skip to content

Commit

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

github-actions(deps): Bump actions/checkout from 4.1.2 to 4.1.3
  • Loading branch information
ergebnis-bot authored Apr 19, 2024
2 parents 708fb17 + 90fc06b commit 5dc620c
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].2"
uses: "actions/[email protected].3"
with:
fetch-depth: 0

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Expand Down

0 comments on commit 5dc620c

Please sign in to comment.