Skip to content

Commit

Permalink
Merge pull request #24 from nextcloud-libraries/dependabot/github_act…
Browse files Browse the repository at this point in the history
…ions/actions/checkout-4.2.0

chore(deps): bump actions/checkout from 4.1.1 to 4.2.0
  • Loading branch information
nickvergessen authored Oct 1, 2024
2 parents 8061985 + a1a6fb6 commit bc7a4fb
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/checkout@v4.1.1"
uses: "actions/checkout@v4.2.0"

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

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

- name: "Install PHP"
uses: "shivammathur/setup-php@2.26.0"
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:

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

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

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

- name: "Install PHP"
uses: "shivammathur/setup-php@2.26.0"
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
git config --system core.eol lf
- name: "Checkout repository"
uses: "actions/checkout@v4.1.1"
uses: "actions/checkout@v4.2.0"

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

0 comments on commit bc7a4fb

Please sign in to comment.