Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 4.1.0 to 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 1, 2023
1 parent dd82730 commit eae5c5f
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 @@ -28,7 +28,7 @@ jobs:

steps:
- name: "Checkout repository"
uses: "actions/[email protected].0"
uses: "actions/[email protected].1"

- name: "Install PHP"
uses: "shivammathur/[email protected]"
Expand All @@ -51,7 +51,7 @@ jobs:

steps:
- name: "Checkout repository"
uses: "actions/[email protected].0"
uses: "actions/[email protected].1"

- name: "Install PHP"
uses: "shivammathur/[email protected]"
Expand All @@ -78,7 +78,7 @@ jobs:

steps:
- name: "Checkout repository"
uses: "actions/[email protected].0"
uses: "actions/[email protected].1"

- name: "Install PHP"
uses: "shivammathur/[email protected]"
Expand All @@ -104,7 +104,7 @@ jobs:

steps:
- name: "Checkout repository"
uses: "actions/[email protected].0"
uses: "actions/[email protected].1"
with:
submodules: true

Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:

steps:
- name: "Checkout repository"
uses: "actions/[email protected].0"
uses: "actions/[email protected].1"
with:
submodules: true

Expand Down

0 comments on commit eae5c5f

Please sign in to comment.