Skip to content

Commit

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

github-actions(deps): Bump actions/checkout from 3.3.0 to 3.4.0
  • Loading branch information
ergebnis-bot authored Mar 16, 2023
2 parents 80a5aa0 + b349195 commit 0d096fa
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 @@ -24,7 +24,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v3.3.0"
uses: "actions/checkout@v3.4.0"

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

steps:
- name: "Checkout"
uses: "actions/checkout@v3.3.0"
uses: "actions/checkout@v3.4.0"

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

steps:
- name: "Checkout"
uses: "actions/checkout@v3.3.0"
uses: "actions/checkout@v3.4.0"

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

steps:
- name: "Checkout"
uses: "actions/checkout@v3.3.0"
uses: "actions/checkout@v3.4.0"

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

steps:
- name: "Checkout"
uses: "actions/checkout@v3.3.0"
uses: "actions/checkout@v3.4.0"

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

steps:
- name: "Checkout"
uses: "actions/checkout@v3.3.0"
uses: "actions/checkout@v3.4.0"

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

steps:
- name: "Checkout"
uses: "actions/checkout@v3.3.0"
uses: "actions/checkout@v3.4.0"

- 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 @@ -22,7 +22,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v3.3.0"
uses: "actions/checkout@v3.4.0"
with:
token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}"

Expand Down

0 comments on commit 0d096fa

Please sign in to comment.