Skip to content

Commit

Permalink
Merge pull request #307 from Jan0707/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4

github-actions(deps): Bump actions/checkout from 3 to 4
  • Loading branch information
github-actions[bot] authored Sep 5, 2023
2 parents 4e34122 + 1898196 commit 4534c3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v3"
uses: "actions/checkout@v4"

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

steps:
- name: "Checkout"
uses: "actions/checkout@v3"
uses: "actions/checkout@v4"

- name: "Install PHP with extensions"
uses: "shivammathur/[email protected]"
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v3"
uses: "actions/checkout@v4"

- name: "Install PHP with extensions"
uses: "shivammathur/[email protected]"
Expand Down

0 comments on commit 4534c3b

Please sign in to comment.