Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 20, 2024
1 parent b995ee3 commit 01d8048
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Checkout repository"
uses: "actions/checkout@v3.3.0"
uses: "actions/checkout@v4.1.6"

- name: "Install PHP"
uses: "shivammathur/[email protected]"
Expand All @@ -51,7 +51,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Checkout repository"
uses: "actions/checkout@v3.3.0"
uses: "actions/checkout@v4.1.6"

- name: "Install PHP"
uses: "shivammathur/[email protected]"
Expand All @@ -72,7 +72,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Checkout repository"
uses: "actions/checkout@v3.3.0"
uses: "actions/checkout@v4.1.6"

- name: "Install PHP"
uses: "shivammathur/[email protected]"
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
git config --system core.eol lf
- name: "Checkout repository"
uses: "actions/checkout@v3.3.0"
uses: "actions/checkout@v4.1.6"

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

steps:
- name: "Checkout repository"
uses: "actions/checkout@v3.3.0"
uses: "actions/checkout@v4.1.6"

- name: "Install expect"
shell: "bash"
Expand Down

0 comments on commit 01d8048

Please sign in to comment.