Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 4.1.1 to 4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent 02ea8c0 commit c3b89ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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/checkout@v4.1.1"
uses: "actions/checkout@v4.1.2"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.30.0"
Expand All @@ -50,7 +50,7 @@ jobs:

steps:
- name: "Checkout repository"
uses: "actions/checkout@v4.1.1"
uses: "actions/checkout@v4.1.2"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.30.0"
Expand All @@ -71,7 +71,7 @@ jobs:

steps:
- name: "Checkout repository"
uses: "actions/checkout@v4.1.1"
uses: "actions/checkout@v4.1.2"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.30.0"
Expand Down

0 comments on commit c3b89ba

Please sign in to comment.