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 Oct 23, 2023
1 parent aaf747d commit 0c0da77
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/[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 @@ -76,7 +76,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 @@ -103,7 +103,7 @@ jobs:

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

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

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

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

0 comments on commit 0c0da77

Please sign in to comment.