Skip to content

Commit

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

github-actions(deps): Bump actions/checkout from 3.5.1 to 3.5.2
  • Loading branch information
ergebnis-bot committed Apr 13, 2023
2 parents 2c53d1d + a30feb6 commit 65a1bd0
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.5.1"
uses: "actions/checkout@v3.5.2"

- 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.5.1"
uses: "actions/checkout@v3.5.2"

- 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.5.1"
uses: "actions/checkout@v3.5.2"

- 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.5.1"
uses: "actions/checkout@v3.5.2"

- 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.5.1"
uses: "actions/checkout@v3.5.2"
with:
token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}"

Expand Down

0 comments on commit 65a1bd0

Please sign in to comment.