Skip to content

Commit

Permalink
Merge pull request #585 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 committed Mar 15, 2023
2 parents 6081b03 + 186f2e4 commit 6f07bea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/integrate.yaml
Expand Up @@ -27,7 +27,7 @@ jobs:

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

- name: "Lint YAML files"
uses: "ibiqlik/action-yamllint@v3.1"
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:

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

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.24.0"
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:

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

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.24.0"
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:

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

- name: "Set up PHP"
uses: "shivammathur/setup-php@2.24.0"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renew.yaml
Expand Up @@ -25,7 +25,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 6f07bea

Please sign in to comment.